mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
# RFD
|
|
|
|
Hot deals on the command line.
|
|
|
|
[](https://travis-ci.org/davegallant/rfd)
|
|
[](https://badge.fury.io/py/rfd)
|
|
[](https://lgtm.com/projects/g/davegallant/rfd/alerts/)
|
|
[](https://lgtm.com/projects/g/davegallant/rfd/context:python)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install rfd
|
|
```
|
|
|
|
## Usage
|
|
|
|

|
|
|
|
|
|
### threads
|
|
```bash
|
|
rfd threads [--forum-id 9] [--limit 10]
|
|
```
|
|
|
|
### search
|
|
```bash
|
|
rfd search pizza [--num-pages 100]
|
|
```
|
|
|
|
## Tab Completion
|
|
|
|
### bash
|
|
|
|
```bash
|
|
echo 'eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.profile
|
|
```
|
|
|
|
### zsh
|
|
|
|
|
|
```zsh
|
|
echo 'eval "$(_RFD_COMPLETE=source_zsh rfd)"' >> ~/.zshrc
|
|
```
|