Compare commits

...

2 Commits

Author SHA1 Message Date
TorchedSammy 4a08ab7837 chore: update todo 2021-03-24 23:50:33 -04:00
TorchedSammy 1ee4c10a89 change: use c style formatting verbs 2021-03-24 23:32:13 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
ansikit = require 'ansikit' ansikit = require 'ansikit'
prompt(ansikit.text( prompt(ansikit.text(
'{blue}\u {cyan}\d {green}∆{reset} ' '{blue}%u {cyan}%d {green}∆{reset} '
)) ))
--hook("tab complete", function ()) --hook("tab complete", function ())

View File

@ -1,6 +1,6 @@
[x] Configuration [x] Configuration
[ ] Make default config if missing [x] Make default config if missing
[ ] Tab completion [x] Tab completion
[x] Custom commands via the shell [x] Custom commands via the shell
[ ] Confirmed windows support [ ] Confirmed windows support
[ ] Readme badges [ ] Readme badges