Files
rfd/README.md
2019-10-17 10:56:50 -04:00

1.0 KiB

RFD

Hot deals on the command line.

Build Status PyPI version 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