tinysh
Install 0.0.2
Published on Dec 16 2023 at 18:18 UTC
-
- shell
- cargo
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/tinysh/releases/download/0.0.2/tinysh-installer.sh | sh
Source -
cargo install tinysh
-
- shell
- cargo
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/tinysh/releases/download/0.0.2/tinysh-installer.sh | sh
Source -
cargo install tinysh
-
- cargo
- zip
-
cargo install tinysh
-
- shell
- cargo
- tarball
-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coco33920/tinysh/releases/download/0.0.2/tinysh-installer.sh | sh
Source -
cargo install tinysh
We weren't able to detect your OS.
This project doesn't offer Apple Silicon downloads, but you can run Intel macOS binaries via Rosetta 2.
Tinysh
Tinysh: a minimalistic for educational purpose only shell
TODO
- REPL
- [X] Lexer
- [ ] Parser
- Add built in
- ls
- cat
- cd
- calc
- Launch command from the shell in the user PATH
- Add new folders to path
- [ ] Add autocompletion
- [ ] Add hinting
- Add redirection in files
- >
- <
- >>
- <<
- Add piping
- Customize the prompt