Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 593 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 593 Bytes

atom-gtk

screenshot

Instructions

# install the dependencies (e.g. Debian/Ubuntu)
sudo apt install build-essential meson valac sassc libgtk-3-dev libpcre2-dev
# clone the repository
git clone --recursive https://github.com/eyelash/atom-gtk.git
cd atom-gtk
# build and install the application
meson setup build
meson install -C build
# launch the application
atom-gtk

Roadmap

  • multiple selections
  • select next
  • syntax highlighting
  • copy/paste
  • undo/redo
  • find/replace
  • git gutter
  • fuzzy finder
  • EditorConfig