An open API service indexing awesome lists of open source software.

https://github.com/aackerman/lebowski

CLI client for
https://github.com/aackerman/lebowski

Last synced: 12 months ago
JSON representation

CLI client for

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
```