Dave Gallant 56ab030423 Python37 (#12)
* add dist: xenial

* try travis fix with matrix include.

* remove unnecessary elif
2018-10-08 22:44:06 -04:00
2018-10-08 22:44:06 -04:00
2018-06-03 00:00:50 -04:00
2018-04-08 21:01:14 -04:00
2018-03-14 00:58:39 -04:00
2018-10-08 22:44:06 -04:00
2018-03-07 23:57:52 -05:00
2018-04-08 21:01:14 -04:00
2018-07-14 22:36:13 -04:00
2018-06-19 10:18:33 -04:00
2018-10-08 22:44:06 -04:00
2018-03-14 00:58:39 -04:00

RFD

Hot deals on the command line.

Build Status

PyPI version

Installation

pip install rfd

Usage

rfd_peek

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 "$(_RFD_COMPLETE=source rfd)"' >> ~/.zshrc
Description
view RedFlagDeals.com from the command line
Readme GPL-3.0 1.3 MiB
Languages
Python 93.9%
Makefile 6.1%