gxt - simple TUI text editor
Go to file
g1n 70e5b994d4 Add LICENSE 2021-11-04 20:17:55 +02:00
src Initial commit 2021-09-01 15:50:51 +03:00
tests Initial commit 2021-09-01 15:50:51 +03:00
LICENSE Add LICENSE 2021-11-04 20:17:55 +02:00
README.org Initial commit 2021-09-01 15:50:51 +03:00

README.org

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