mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 21:13:22 +00:00
Compare commits
2 Commits
da9cfd5e04
...
4a08ab7837
Author | SHA1 | Date | |
---|---|---|---|
|
4a08ab7837 | ||
|
1ee4c10a89 |
@ -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
|
||||||
[ ] 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user