Files
rfd/README.md
Dave Gallant a1b7b828ae add instructions for zsh (#15)
* add zsh tab completion to docs.

* new demo gif.
2018-10-28 22:10:18 -04:00

637 B

RFD

Hot deals on the command line.

Build Status PyPI version

Installation

pip install rfd

Usage

rfd_demo_gif

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