gxt/README.org

16 lines
267 B
Org Mode
Raw Permalink Normal View History

2021-09-01 12:50:51 +00:00
#+TITLE: gxt - GRU TUI text editor
** Features
- Moving using arrow keys and Emacs bindings
- C-e move screen one page down
- M-r calls simple shell
** Dependencies
- make
- libncurses
** How to build
- `cd src`
- `make`
- and run `gxt` executable