mirror of https://github.com/Hilbis/Hilbish
Compare commits
3 Commits
287334db74
...
30382e4a71
Author | SHA1 | Date |
---|---|---|
sammyette | 30382e4a71 | |
sammyette | d6ddb6e0a5 | |
sammyette | 826b0789cb |
|
@ -31,6 +31,8 @@ hilbish.run('wc -l', {
|
|||
### Fixed
|
||||
- Fix ansi attributes causing issues with text when cut off in greenhouse
|
||||
- `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
|
||||
### Fixed
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
> [!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>
|
||||
<blockquote>
|
||||
🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨
|
||||
|
|
Loading…
Reference in New Issue