mirror of https://github.com/Hilbis/Hilbish
Compare commits
3 Commits
44cb577a2b
...
aaeb19c164
Author | SHA1 | Date |
---|---|---|
sammyette | aaeb19c164 | |
ShalokShalom | 1e01580d8f | |
sammyette | edbc758c67 |
18
README.md
18
README.md
|
@ -13,19 +13,23 @@
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
Hilbish is an extensible shell designed to be highly customizable.
|
Hilbish is an extensible shell designed to be highly customizable.
|
||||||
It is configured in Lua and provides a good range of features.
|
|
||||||
It aims to be easy to use for anyone but powerful enough for
|
It is configured in Lua, and provides a good range of features.
|
||||||
those who need it.
|
It aims to be easy to use for anyone, and powerful enough for
|
||||||
|
those who need more.
|
||||||
|
|
||||||
The motivation for choosing Lua was that its simpler and better to use
|
The motivation for choosing Lua was that its simpler and better to use
|
||||||
than old shell script. It's fine for basic interactive shell uses,
|
than old shell scripts. It's fine for basic interactive shell uses,
|
||||||
but that's the only place Hilbish has shell script; everything else is Lua
|
and supports [both Lua and Sh interactively](https://rosettea.github.io/Hilbish/docs/features/runner-mode/).
|
||||||
and aims to be infinitely configurable. If something isn't, open an issue!
|
|
||||||
|
That's the only place Hilbish can use traditional shell syntax though;
|
||||||
|
everything else is Lua and aims to be infinitely configurable.
|
||||||
|
|
||||||
|
If something isn't, open an issue!
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="gallery/tab.png">
|
<img src="gallery/tab.png">
|
||||||
<img src="gallery/pillprompt.png">
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# Getting Hilbish
|
# Getting Hilbish
|
||||||
|
|
Loading…
Reference in New Issue