cli_tool

Crates.iocli_tool
lib.rscli_tool
version0.1.0
sourcesrc
created_at2024-12-05 04:25:47.735624
updated_at2024-12-05 04:25:47.735624
descriptionA CLI tool
homepagehttps://github.com/jentrejo/cli_tool
repositoryhttps://github.com/jentrejo/cli_tool
max_upload_size
id1472871
size29,455
(jentrejo)

documentation

README

CLI Tool

A CLI tool with multiple utilities including file management, sorting, and fetching random quotes.

Features

  • Echo: Print text to the console.
  • Cat: Display the contents of files.
  • Ls: List directory contents.
  • Rm: Remove files.
  • Grep: Search for patterns within files.
  • Date: Display the current date and time.
  • Head: Display the first lines of a file.
  • Tail: Display the last lines of a file.
  • Clear: Clear the terminal screen.
  • Touch: Create new files.
  • Cp: Copy files.
  • Mv: Move files.
  • Sort: Sort file contents.
  • RandomQuote: Display a random quote.
  • Reverse: Reverse the contents of a file.

Usage

To use this CLI tool, run the following commands:

cargo run -- <command> [options]
Commit count: 0

cargo fmt