| Crates.io | Calen-sCLI |
| lib.rs | Calen-sCLI |
| version | 0.1.1 |
| created_at | 2024-11-28 03:14:38.259875+00 |
| updated_at | 2024-11-28 20:12:16.62469+00 |
| description | A very basic CLI utility tool. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1463895 |
| size | 12,843 |
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.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
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
Pull requests are welcome!
[MIT OR Apache-2.0"]