Skip to content

JATE v1.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@Arsenic-ATG Arsenic-ATG released this 19 Sep 13:00
· 18 commits to master since this release
95c32a7

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 )