Calen-sCLI

Crates.ioCalen-sCLI
lib.rsCalen-sCLI
version0.1.1
sourcesrc
created_at2024-11-28 03:14:38.259875
updated_at2024-11-28 20:12:16.62469
descriptionA very basic CLI utility tool.
homepage
repository
max_upload_size
id1463895
size12,843
(cuesta22)

documentation

README

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:

  1. Ensure you have Rust and Cargo installed. If not, install them via rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

  2. Install Calen'sCLI using Cargo: cargo install Calen'sCLI

  3. 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"]

Commit count: 0

cargo fmt