aag_cli_tools

Crates.ioaag_cli_tools
lib.rsaag_cli_tools
version0.1.0
sourcesrc
created_at2024-12-07 04:38:19.245055
updated_at2024-12-07 04:38:19.245055
descriptionA set of command-line tools
homepagehttps://Attanasia.github.io
repositoryhttps://github.com/Attanasia/Attanasia.github.io
max_upload_size
id1475217
size61,944
Attanasia Garuso (Attanasia)

documentation

README

#Rust Project This project consists of different CLI tools that used Rust crates to provide a variety of functionalities.

Below are the tools l developed:

Commands: grep Search for a pattern in a file cat [file2...] Concatenate and display file contents ls List directory contents diff Compare two files time Display current time date Display current date calc Run a calculator password Generate a random password currencyconvert Convert currency weather Fetch weather information shorten <long_url> Shorten a URL define Look up word definition reverse Reverse a string analyze Analyze text data xo Play Tic-Tac-Toe game

Usage: cargo run -- eg for weather: cargo run -- weather "New York"

Commit count: 1

cargo fmt