#quote #fun #command-line-tool #cli

app quote-it

A quoting utility in the terminal

1 unstable release

0.1.0 Aug 1, 2024

#1261 in Command line utilities

38 downloads per month

Custom license

12KB
96 lines

Quote It

A simple Rust CLI quoting utility inspired by Quote It

Installation

Ensure cargo is installed

Clone this repo

Run cargo install --path .

Usage

quote-it --help for instructions

Create a quote

quote-it "Woah Rust is amazing!"

Add an author and a timestamp

quote-it "Javascript sucks" -a "Person with common sense" -t

List quotes

quote-it list

List quotes by author

quote-it list -a "Matt Perls"

Roadmap

  • Export quotes
  • Copy a quote to clipboard (either ID system or interactive mode)

Dependencies

~20–48MB
~760K SLoC