mirror of
https://github.com/davegallant/rfd.git
synced 2025-11-26 03:14:16 +00:00
ef7b872feeb2e871c47b09a1a3cf44cad8dc0851
RFD
Hot deals on the command line.
Installation
pip install rfd
Usage
rfd threads <topic-id> [--limit 10]
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%
