gxt - simple TUI text editor
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
g1n e761abe90a
Rewrite Makefile
9 months ago
src Rewrite Makefile 9 months ago
tests Initial commit 2 years ago
LICENSE Happy New 2022 Year 1 year ago
README.org Initial commit 2 years ago

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