mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "30382e4a710a9d8f5494197079441a3d30cf322b" and "287334db7441dab856ad69ba36d6fe67f9058322" have entirely different histories.
30382e4a71
...
287334db74
|
@ -31,8 +31,6 @@ hilbish.run('wc -l', {
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix ansi attributes causing issues with text when cut off in greenhouse
|
- Fix ansi attributes causing issues with text when cut off in greenhouse
|
||||||
- `exec` command should return if no arg presented
|
- `exec` command should return if no arg presented
|
||||||
- Commanders can now be cancelled by Ctrl-C and wont hang the shell anymore.
|
|
||||||
See [issue 198](https://github.com/Rosettea/Hilbish/issues/198).
|
|
||||||
|
|
||||||
## [2.2.3] - 2024-04-27
|
## [2.2.3] - 2024-04-27
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
> [!TIP]
|
|
||||||
> Check out [Hilbish: Midnight Edition](https://github.com/Rosettea/Hilbish/tree/midnight-edition) if you want to use C Lua, LuaJIT or anything related!
|
|
||||||
|
|
||||||
<img src="./assets/hilbish-logo-and-text.png" width=512><br>
|
<img src="./assets/hilbish-logo-and-text.png" width=512><br>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨
|
🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨
|
||||||
|
|
Loading…
Reference in New Issue