mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
2c65d29262784d8dc33bb78d017e50b9825d13a1
* Add python38 to travis * Add python39-dev
RFD
Hot deals on the command line.
Install
pip install rfd
Usage
Usage: rfd [OPTIONS] COMMAND [ARGS]...
CLI for https://forums.redflagdeals.com
Options:
-v, --version
--help Show this message and exit.
Commands:
posts Display all posts in a thread.
search Search deals based on a regular expression.
threads Displays threads in the forum. Defaults to hot deals.
Examples
view hot deals
rfd threads
search for pizza
rfd search 'pizza'
Tab Completion
To enable:
bash
echo 'eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.profile
zsh
echo 'eval "$(_RFD_COMPLETE=source_zsh rfd)"' >> ~/.zshrc
Languages
Python
93.9%
Makefile
6.1%