Skip to content

Releases: Arsenic-ATG/JATE

JATE v1.0.1-beta

20 Sep 11:43
fba63c1
Compare
Choose a tag to compare
JATE v1.0.1-beta Pre-release
Pre-release

changelog

  • Fix compilation error when compiled on gcc 10.x ( or older )

JATE v1.0.0-beta

19 Sep 13:00
95c32a7
Compare
Choose a tag to compare
JATE v1.0.0-beta Pre-release
Pre-release

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 )