Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.86 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.86 KB

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