mirror of
https://github.com/davegallant/rfd.git
synced 2025-11-26 03:14:16 +00:00
4fbeef7c60f288d46632bd2251df1d7e0a655669
* deploy pypi conditionally (if branch = master) * bump verison
RFD
Hot deals on the command line.
Installation
pip install rfd
Usage
threads
rfd threads [--forum-id 9] [--limit 10]
search
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
Languages
Python
93.9%
Makefile
6.1%
