Skip to content

port19x/redqu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redqu

A media centric reddit client

Showcase

Usage

redqu cats
redqu cats top hour
redqu cats new

Provide a subreddit name, a sort method and timeframe as an input.
Accepted sort methods: hot new top rising controversial
Default sort method: top
Accepted time frames: hour day week month year all
Default time frame: week

Installation

Arch Linux

yay -S redqu

From Source

(Also check you have python-requests and mpv installed)

sudo curl -sL github.com/port19x/redqu/raw/master/redqu.py -o /usr/local/bin/redqu.py &&
sudo chmod +x /usr/local/bin/redqu.py &&
sudo ln -sf /usr/local/bin/redqu.py /usr/local/bin/redqu