1.2.7 • Published 6 years ago
wikiquote-cli v1.2.7
wikiquote-cli
Companion CLI for wikiquote package (https://github.com/fdesjardins/wikiquote)
Install
$ npm install -g wikiquote-cli
Usage
$ wikiquote -h
Get quotes from Wikiquote
Usage: wikiquote <cmd> [options]
Commands:
wikiquote cache <cmd> issue cache commands
wikiquote list <name> list quotes for a page name
wikiquote random <name> get a random quote from a page
wikiquote search <query> search for page names
wikiquote completion generate bash completion script
Options:
-v, --version Show version number [boolean]
-h, --help Show help [boolean]
Examples:
wikiquote random "Steve Jobs"
wikiquote search "bill gates"
Cache & Offline Usage
You can speed up quote retrieval and store quotes by using the cache
command:
Commands:
wikiquote cache add <name> cache quotes for a give page
wikiquote cache clear <name> clear the local cache
wikiquote cache update <name> update the local cache
Examples
Adding cache entries:
$ time wikiquote random 'Abraham Lincoln'
# 2.02s user 0.11s system 85% cpu 2.503 total
$ wikiquote cache add 'Abraham Lincoln'
Added "Abraham Lincoln" to cache
$ time wikiquote random 'Abraham Lincoln'
# 0.33s user 0.04s system 111% cpu 0.338 total
Use with other programs:
$ wikiquote random "Nikola Tesla" | cowsay
_________________________________________
/ We crave for new sensations but soon \
| become indifferent to them. The wonders |
| of yesterday are today common |
\ occurrences. -- Nikola Tesla /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
License
MIT © Forrest Desjardins
1.2.7
6 years ago
1.2.6
6 years ago
1.2.5
6 years ago
1.2.4
7 years ago
1.2.3
7 years ago
1.2.2
7 years ago
1.2.1
7 years ago
1.2.0
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago
0.3.2
8 years ago
0.3.1
8 years ago
0.3.0
8 years ago
0.2.0
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.3
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago
0.0.0
8 years ago