https://github.com/tsoporan/termquotes
⌨️ A little CLI tool to record, categorize and display quotes.
https://github.com/tsoporan/termquotes
cli quotes terminal-based
Last synced: 6 months ago
JSON representation
⌨️ A little CLI tool to record, categorize and display quotes.
- Host: GitHub
- URL: https://github.com/tsoporan/termquotes
- Owner: tsoporan
- License: mit
- Created: 2019-09-22T17:43:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T12:29:12.000Z (almost 7 years ago)
- Last Synced: 2026-01-14T07:40:29.698Z (6 months ago)
- Topics: cli, quotes, terminal-based
- Language: Python
- Homepage: https://pypi.org/project/termquotes/
- Size: 35.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# termquotes
A little CLI tool to record, categorize and display quotes.
## Install
`pip install --user termquotes`
## Usage
`termquotes --help`
#### Shell
In `.zshrc`
`termquotes get | cowsay -f vader | lolcat`
```
________________________________________
/ APIs should be easy to use and hard to \
\ misuse. -- Josh Bloch /
----------------------------------------
\ ,-^-.
\ !oYo!
\ /./=\.\______
## )\/\
||-----w||
|| ||
Cowth Vader
```