10 releases
0.2.35 | Mar 4, 2025 |
---|---|
0.2.34 | Mar 3, 2025 |
0.2.31 | Feb 17, 2025 |
#1023 in Parser implementations
42KB
889 lines
CLI with Some shell command
The purpose of this package is to reimplement some shell commands with Rust.
Commands are:
- echo — Display a message on screen.
- cd — Change Directory - change the current working Folder.
- cat — Concatenate and print (display) the content of files.
- ls — List directory contents.
- find — Search a folder hierarchy for filename(s) that meet a desired criteria.
- grep — Search file(s) for specific text.
Dependencies
~7–15MB
~183K SLoC