mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 08:43:41 +00:00
37 lines
637 B
Markdown
37 lines
637 B
Markdown
# RFD
|
|
|
|
Hot deals on the command line.
|
|
|
|
[](https://travis-ci.org/davegallant/rfd)
|
|
[](https://badge.fury.io/py/rfd)
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install rfd
|
|
```
|
|
|
|
## Usage
|
|
|
|

|
|
|
|
|
|
```bash
|
|
rfd threads <topic-id> [--limit 10]
|
|
```
|
|
|
|
## Tab Completion
|
|
|
|
### bash
|
|
|
|
```bash
|
|
echo 'eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.profile
|
|
```
|
|
|
|
### zsh
|
|
|
|
|
|
```zsh
|
|
echo 'eval "$(_RFD_COMPLETE=source_zsh rfd)"' >> ~/.zshrc
|
|
```
|