https://github.com/aackerman/lebowski
CLI client for
https://github.com/aackerman/lebowski
Last synced: 12 months ago
JSON representation
CLI client for
- Host: GitHub
- URL: https://github.com/aackerman/lebowski
- Owner: aackerman
- Created: 2013-11-30T02:42:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-30T04:06:58.000Z (over 12 years ago)
- Last Synced: 2024-04-15T03:02:16.700Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://lebowski.me
- Size: 137 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lebowski(1)
JS CLI client for [lebowski.me](http://lebowski.me)
## Installation
```
npm install -g lebowski
```
## Usage
Get a random quote from The Big Lebowski
```
lebowski random
```
Get a line by `id`
```
lebowski line 5
```
Get a quote by `id`
```
lebowski quote 84
```
Search for the most relevant quote. `lebowski search [bare words are slurped]`
```
lebowski search that poor woman
```