akf-code
v0.0.9
Published
A CLI code editor
Downloads
5
Readme
akf-code
A editor to write code or etc in your terminal!
Usage/install
npm i akf-code -g && acode <filename>
ornpx akf-code <filename>
Keys
Ctrl+C
: To exit!Ctrl+S
: To save!Ctrl+R
: To run!
Features
- Zero-Dependencies
- Like indexing, it starts at line 0
- Save && read from file!
- Pointer
- Current poss
- Cursorline
- For some languages bracket, run support!
TO-DOS
- [x] Add readFile && writeFile
- [x] Better pointer
- [x] Down arrow and enter is not same!
- [x] Delete key!
- [x] Cursorline
- [x] Colorize