https://github.com/lvntky/liteshell
Lite Shell is a small sized and fast shell for Linux and Mac 0S users.
https://github.com/lvntky/liteshell
bash c linux linux-kernel linux-shell system-programming
Last synced: about 1 month ago
JSON representation
Lite Shell is a small sized and fast shell for Linux and Mac 0S users.
- Host: GitHub
- URL: https://github.com/lvntky/liteshell
- Owner: lvntky
- License: mit
- Created: 2019-07-13T15:17:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T13:40:55.000Z (about 5 years ago)
- Last Synced: 2025-02-09T08:19:56.758Z (over 1 year ago)
- Topics: bash, c, linux, linux-kernel, linux-shell, system-programming
- Language: Rust
- Size: 795 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiteShell

LiteShell is a modern and small sized shell for Linux users.
## More About LiteShell
While I'm reading the amazing tutorial of  of Stephen Brennan I decieded to implement this approach on rust-lang and build a tiny shell for Linux.
Rust is realesed in 2010 so it's quite new but gives as many opportunuties in system programming/low-level programming side.
SO basically this is a fun project, feel free to fork&PR or download and use/test it!
## Enviroment
LiteShell was build and tested in the Manjaro Linux x86_64 and Arch Linux x86_64.
## Installation
```bash
cargo package will be added soon.
```
## Contributing
Pull requests are welcome!
## License
[MIT](https://github.com/lvntky/lsh/blob/master/LICENSE)