mirror of https://github.com/Hilbis/Hilbish
chore: make codacy happy
parent
4e589792f6
commit
cdd2272e23
|
@ -10,10 +10,11 @@
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
# Midnight Edition
|
# Midnight Edition
|
||||||
|
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> This is a **HEAVILY** WORK IN PROGRESS branch which makes a lot of internal changes.
|
> This is a **HEAVILY** WORK IN PROGRESS branch which makes a lot of internal changes.
|
||||||
Functionality **will** be missing if you use this branch, and you may see crashes too.
|
Functionality **will** be missing if you use this branch,
|
||||||
Tread lightly.
|
and you may see crashes too. Tread lightly.
|
||||||
|
|
||||||
Hilbish: Midinight Edition is a version of Hilbish meant to be compatible with
|
Hilbish: Midinight Edition is a version of Hilbish meant to be compatible with
|
||||||
the original C implementation of Lua by using a Go library binding. The end goal
|
the original C implementation of Lua by using a Go library binding. The end goal
|
||||||
|
@ -21,9 +22,11 @@ is to offer Midnight Edition as a separate, "not as supported" build for users
|
||||||
that *really* want to access a certain library made for C Lua or want the
|
that *really* want to access a certain library made for C Lua or want the
|
||||||
most performance with their Lua code.
|
most performance with their Lua code.
|
||||||
|
|
||||||
**The standard edition, which is all native Go, will always be more supported than Midnight Edition.**
|
**The standard edition, which is all native Go,
|
||||||
|
will always be more supported than Midnight Edition.**
|
||||||
|
|
||||||
# Back to the original README
|
# Back to the original README
|
||||||
|
|
||||||
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 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 aims to be easy to use for anyone but powerful enough for
|
||||||
|
|
Loading…
Reference in New Issue