mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-05 08:23:38 +00:00
ad4a07232525b37cd136332c52a9b97c939a7d5c
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
View and Sort Hot Deals
$ rfd threads --sort-by score
$ rfd threads --sort-by views --limit 40
Simple Search
$ rfd search 'pizza'
RegEx Search
Regular expressions can be used for search.
$ rfd search '(coffee|starbucks)' --num-pages 100
Shell Completion
Completion can be enabled if using bash
or zsh
.
bash
$ echo 'eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.profile
zsh
$ echo 'eval "$(_RFD_COMPLETE=source_zsh rfd)"' >> ~/.zshrc
Languages
Python
93.9%
Makefile
6.1%