mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "4a08ab78377eabbba5a6c2fa254589d7fc0d2f50" and "da9cfd5e04ac14cae12a63843167c783eaec3e41" have entirely different histories.
4a08ab7837
...
da9cfd5e04
|
@ -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 ())
|
||||||
|
|
4
TODO.md
4
TODO.md
|
@ -1,6 +1,6 @@
|
||||||
[x] Configuration
|
[x] Configuration
|
||||||
[x] Make default config if missing
|
[ ] Make default config if missing
|
||||||
[x] Tab completion
|
[ ] Tab completion
|
||||||
[x] Custom commands via the shell
|
[x] Custom commands via the shell
|
||||||
[ ] Confirmed windows support
|
[ ] Confirmed windows support
|
||||||
[ ] Readme badges
|
[ ] Readme badges
|
||||||
|
|
Loading…
Reference in New Issue