Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

strive

strive is a small text editor in less than 1K lines of code (counted with cloc).

Usage:

gcc -o strive strive.c
./strive `<filename>`

Keys:

CTRL-S: Save
CTRL-Q: Quit
CTRL-F: Find string in file (ESC to exit search, arrows to navigate)

strive does not depend on any library (not even curses). It uses fairly standard VT100 (and similar terminals) escape sequences.

strive is normal file editor. Hi there

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages