1 unstable release

Uses old Rust 2015

0.1.0 Dec 7, 2024

#1693 in Command line utilities

Download history 111/week @ 2024-12-02 26/week @ 2024-12-09

137 downloads per month

MIT/Apache

17KB
352 lines

#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"

Dependencies

~6–22MB
~259K SLoC