mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
0fa6acd7c956a20acb91ea17b256ececeb33836b
RFD CLI
Hot Deals on the command line.
Installation
pip install rfd
Usage
rfd threads <topic-id> [--limit 10]
tail a post
▶ rfd posts https://forums.redflagdeals.com/koodo-targeted-public-mobile-12-120-koodo-6gb-40-no-referrals-2176935/ --tail 4
Tab Completion
bash
echo 'eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.profile
zsh
There isn't native support for zsh but zsh's bash completion compatibility mode works:
echo 'autoload bashcompinit \
bashcompinit \
eval "$(_FOO_BAR_COMPLETE=source foo-bar)"' >> ~/.zshrc
Languages
Python
93.9%
Makefile
6.1%