mirror of https://github.com/Hilbis/Hilbish
chore: merge from master
commit
1868715b8a
|
@ -2,7 +2,10 @@
|
||||||
<h1>Hilbish</h1>
|
<h1>Hilbish</h1>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
🎀 a nice lil shell for lua people made with go and lua
|
🎀 a nice lil shell for lua people made with go and lua
|
||||||
</blockquote>
|
</blockquote><p align="center">
|
||||||
|
<a href="https://github.com/Hilbis/Hilbish/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"><img src="https://img.shields.io/github/issues/Hilbis/Hilbish/help%20wanted?color=green" alt="help wanted"></a>
|
||||||
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Hilbish is an interactive Unix-like shell written in Go, with the config
|
Hilbish is an interactive Unix-like shell written in Go, with the config
|
||||||
|
|
10
TODO.md
10
TODO.md
|
@ -1,10 +0,0 @@
|
||||||
- [x] Configuration
|
|
||||||
- [x] Make default config if missing
|
|
||||||
- [x] Tab completion
|
|
||||||
- [x] Custom commands via the shell
|
|
||||||
- [ ] Confirmed windows support
|
|
||||||
- [ ] Readme badges
|
|
||||||
- [x] Hooks
|
|
||||||
- [x] Aliases
|
|
||||||
- [ ] hlua (hilbish lua) - 100% lua in the hilbish interactive shell, cuz why not
|
|
||||||
- [ ] Petals (name of plugins)
|
|
Loading…
Reference in New Issue