Files
rfd/README.md
Dave Gallant 1af0556045 Add dependabot badge to README.md (#52)
* Update README.md
2019-11-27 16:51:31 -05:00

1.1 KiB

RFD

Hot deals on the command line.

Build Status PyPI version Dependabot Total alerts Language grade: Python

Installation

pip install rfd

Usage

rfd_demo_gif

threads

rfd threads [--forum-id 9] [--limit 10]
rfd search pizza [--num-pages 100]

Tab Completion

bash

echo 'eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.profile

zsh

echo 'eval "$(_RFD_COMPLETE=source_zsh rfd)"' >> ~/.zshrc