2023-02-07 02:09:42 +01:00
2023-02-07 02:04:38 +01:00
2023-01-10 22:46:37 +01:00
2022-12-06 17:59:26 +01:00
2023-02-06 23:19:51 +01:00
2023-02-06 23:19:51 +01:00
2023-02-07 02:09:42 +01:00
2023-02-06 23:19:51 +01:00

Sqish

Rust Shell. This is an attempt to create a simple shell in Rust, because why not.

TO DO:

  • Add prompt RGB support
  • Add hotkeys in sqishrc (albeit in the same manner as per colors, the conf Struct already has an hashmap field for it)
  • Add aliases in sqishrc (same old same old)
  • rc file shoudl probably just be called .sqishrc, and history .sqishrc.hist
  • Add an Ascii header when starting with a loli or smth I don't know I'm tired
  • Re-format syntax, notably for if / else :
//One-liner should like :
if something() { do_something(); }
//multiline should look like
if something() {
    do_it();
}
else {
    do_other();
}

sqishrc (Config)

See the included sqishrc.yaml.example file included, and copy it as ~/.sqishrc.yaml

Description
Trying to create / improve a shell written in Rust.
Readme 172 KiB
v1.0.1 Latest
2023-11-16 16:58:13 +01:00
Languages
Rust 99.1%
Makefile 0.9%