Skip to content

yeti0904/yedit-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yedit

A text editor made with ncurses and C++

dependencies

∙ ncurses
in Debian you can install dependencies with this command:

# apt install libncurses5-dev

compile

git clone https://github.com/MESYETI/yedit
cd yedit
mkdir bin
make

install

# sudo dpkg -i path/to/yedit.deb

run

./bin/yedit

keybinds

Control Q : quit
Control S : save file
Control G : Enable experimental syntax highlighting Control H : Show help menu