Skip to content

eyelash/atom-gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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