2020 December
Just finished gearsix.net and created this project's own homepage!
CHANGELOG (upto 2020 December):
v0.6
- commands can now be chained ("!w!q")
- bugfix to writing files
- FILE command now accepts no arguments for FILEPATH to set output stream to NULL
v0.5
- added "?" commands for querying current the state of abe
- they work the same as regular commands ("!") and use the same letters, but instead of carrying out the action it will print state
- currently only used by the FILE cmd ("f", "!f", "?f") since nothing else holds state, for the FILE cmd it just prints the current open file.
- commands now need to start with a newline
v0.4
- commands now use "!", not ""
- added write command "!w" (better than writing asap)
v0.3
- existing file contents get printed when opened
v0.2
first release!
- basic i/o
- quit using "\q"
- set write target in argv[1]
- change write target during runtime using "\f FILEPATH"
- added -h argument to printout help
- added README
currently any input is written asap.