Releases: Arsenic-ATG/JATE
Releases · Arsenic-ATG/JATE
JATE v1.0.1-beta
changelog
- Fix compilation error when compiled on gcc 10.x ( or older )
JATE v1.0.0-beta
Just Another Terminal based Editor (JATE) :
Implement fully functional bare bones text editor in C
Change log :
- View already existing file on the system.
- Edit a text file
- Check if the file is in modified state or not ( and warn if you try to exit a modified file without saving )
- Save chagnes to the open file ( using Ctrl-s )
- Quit (using Ctrl-q )