2023-02-03 18:18:38 +01:00
2023-02-03 18:18:38 +01:00
2023-01-10 22:46:37 +01:00
2022-12-06 17:59:26 +01:00
2023-01-31 12:01:33 +01:00
2023-01-31 12:01:33 +01:00
2023-02-03 16:04:52 +01:00

Sqish

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

!!! LOOK into the pty crate to handle pseudoterminals such as in top or ssh

My starting point is this article which is excellent. I will start with the final form of a shell given in the article and try to reformat it:

To fix

  • Autocomplete : when nothing found, return input
  • Autocomplete : Weird permission issues sometimes (ignore unallowed files and folders)
  • Bug with find_common_chars (if I type Cargo.t and press tab, we can't choose between Cargo.toml and Cargo.lock)
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%