pizshell is very basic shell for linux. It can't do much but has some basic functionality
It's recommended to build it yourself, here's how
- clone the repo
git clone https://github.com/pizzuhh/pizshell.git
- cd into the folder
cd ./pizshell
- run
make
and wait for it to build - the app is located in
pizshell-dir/build/pizshell
(or./build/pizshell
) - after the app has been built run
chmod +x /build/pizshell
to make it executable - now simply run
/build/pizshell
.
This is very basic shell and it's not recommended for everyday use.
The releases are not up to date with the code!
- Make so people can add their own commands easily
- Make better help command and handle command errors (working on)
Fix the✅exec
command