ihlsh

Crates.ioihlsh
lib.rsihlsh
version0.0.2
sourcesrc
created_at2022-09-04 13:23:47.27061
updated_at2022-09-06 18:12:25.417762
descriptionA shell for Unix-like systems
homepagehttps://github.com/El-Wumbus/I-Hate-Linux-Shells
repositoryhttps://github.com/El-Wumbus/I-Hate-Linux-Shells
max_upload_size
id658288
size38,764
Decator (El-Wumbus)

documentation

README

I Hate Linux Shells

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.

Installation

Build Dependencies

MacOS

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

Usage

Currently, the shell has two commands:

  • cd - Change directories.
  • exit - Quit the program.

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 >
Commit count: 18

cargo fmt