Crates.io | ihlsh |
lib.rs | ihlsh |
version | 0.0.2 |
source | src |
created_at | 2022-09-04 13:23:47.27061 |
updated_at | 2022-09-06 18:12:25.417762 |
description | A shell for Unix-like systems |
homepage | https://github.com/El-Wumbus/I-Hate-Linux-Shells |
repository | https://github.com/El-Wumbus/I-Hate-Linux-Shells |
max_upload_size | |
id | 658288 |
size | 38,764 |
This whole repository is a lie, but that doesn't mean you shouldn't use this linux shell i'm trying to make. I'm not a rust programmer.
For installing and compiling on MacOS you'll want xcode. A full list of make dependencies:
git clone https://github.com/El-Wumbus/I-Hate-Linux-Shells
cd I-Hate-Linux-Shells
cargo install --path=.
# or to just run
cargo run
Currently, the shell has two commands:
The shell supports running commands in the background with &
(there must be a space before the &
).
The shell supports multiple commands per line with ;
, example: cd ./qinfo;make run
.
$ ihlsh
decator > echo hello
hello
decator >