gxt - simple TUI text editor
Go to file
g1n e761abe90a
Rewrite Makefile
2022-08-26 10:03:36 +03:00
src Rewrite Makefile 2022-08-26 10:03:36 +03:00
tests Initial commit 2021-09-01 15:50:51 +03:00
LICENSE Happy New 2022 Year 2022-01-01 10:26:57 +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