Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyelash/atom-gtk
https://github.com/eyelash/atom-gtk
atom atom-editor c cpp editor gtk gtk3 text-editor vala
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eyelash/atom-gtk
- Owner: eyelash
- License: mit
- Created: 2022-12-30T17:23:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:19:12.000Z (6 months ago)
- Last Synced: 2024-05-22T11:34:51.332Z (6 months ago)
- Topics: atom, atom-editor, c, cpp, editor, gtk, gtk3, text-editor, vala
- Language: C++
- Homepage:
- Size: 1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atom-gtk
![screenshot](screenshot.png)
## Instructions
```sh
# 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
- [x] multiple selections
- [x] select next
- [x] syntax highlighting
- [x] copy/paste
- [x] undo/redo
- [ ] find/replace
- [ ] git gutter
- [ ] fuzzy finder
- [ ] EditorConfig