2 releases
0.1.1 | Nov 28, 2024 |
---|---|
0.1.0 | Nov 28, 2024 |
#904 in Command line utilities
33 downloads per month
7KB
144 lines
Calen'sCLI
Calen'sCLI is a basic CLI utility tool that provides similar functionality to commond shell commands like echo, cat, ls, find, and grep.
Features
echo
: Print a string to the terminal.cat
: Display the contents of a file.ls
: List files and directories in a specified directory.find
: Search for files by name in a directory (recursively).grep
: Search for patterns in a file and print matching lines.
Installation
To install Calen'sCLI
from crates.io:
-
Ensure you have Rust and Cargo installed. If not, install them via rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
Install Calen'sCLI using Cargo: cargo install Calen'sCLI
-
Verify installation: Calen'sCLI --help
Usage
echo: CLI echo "Hello, Rust!"
cat: CLI cat <file_path>
ls: CLI ls <directory_path>
find: CLI find <directory_path>
mini-grep: CLI mini-grep <file_path>
Contributing
Pull requests are welcome!
License
[MIT OR Apache-2.0"]
Dependencies
~4MB
~68K SLoC