Skip to content
/ quotes Public

command-line tool for saving your favorite quotes

Notifications You must be signed in to change notification settings

tanx16/quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quotes

A simple command line utility to save and view quotes.

Made during Calhacks 5.0.

Installation

Run install.sh. This needs permission to add quotes to the /usr/local/bin folder and to create /var/lib/quotes to save data. Feel free to delete the folder after completion. Run uninstall.sh to uninstall quotes.

Usage

quotes display --user [name] --random

quotes add [user] [quote]

quotes search [phrase] --user [name] --delete

quotes merge [users]

Recent changes

Added error handling.

Changed save format into JSON.

Added install/uninstall script.

Todo

Better install/uninstall, maybe add a Makefile

Add update script

Add import and export options

Turn into webapp?

About

command-line tool for saving your favorite quotes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published