Files
rfd/README.md
2020-03-13 21:16:33 -04:00

1.1 KiB

RFD

Hot deals on the command line.

Build Status PyPI version Dependabot Total alerts Language grade: Python

screenshot

Install

pip install rfd

Use

view threads

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

Support Tab Completion

bash

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

zsh

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