Skip to content

hxyro/rcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcli GitHub code size in bytes GitHub top language GitHub contributors GitHub GitHub release (latest by date)


Browse and download images from reddit.

demo


🚀 Fast Installation

curl -sL "https://raw.githubusercontent.com/hxyro/rcli/master/rcli" | sudo tee /usr/local/bin/rcli >/dev/null && sudo chmod 755 /usr/local/bin/rcli

Dependencies

Install dependencies

  • Arch based

    sudo pacman -S jq dunst fzf xclip curl ueberzug
    
  • Debian based

    sudo apt install jq curl fzf xclip dunst
    pip install ueberzug
    

To see all available color options, open the configuration file

$HOME/.config/rcli/config

    # sets default color scheme
    # available options: doom-one, gruv-box, nord, dracula, solarized
    COLOR_SCHEME="doom-one"

The GNU General Public License v3.0 (GPL-3.0)

Copyright (c) 2021-2022 Shubham vyas