bbkane / grabbit

A small single-binary CLI to grab images from Reddit - I've been surprised how much I enjoy seeing beautiful wallpapers when I lock/unlock my computer.
MIT License
21 stars 0 forks source link
cli go golang homebrew reddit wallpaper

Grabbit

A small single-binary CLI to grab images from Reddit - I've been surprised how much I enjoy seeing beautiful wallpapers when I lock/unlock my computer. grabbit automatically skips images tagged NSFW, designed to be easy to install/uninstall and is MIT licensed.

@bbkane's Setup

See my personal config.

My Setup

Install

scoop bucket add bbkane https://github.com/bbkane/scoop-bucket
scoop install bbkane/grabbit

Use

# Grab from passed flags
grabbit grab \
    --subreddit-destination . \
    --subreddit-limit 5 \
    --subreddit-name wallpapers \
    --subreddit-timeframe day

# Create/Edit config file
grabbit config edit --editor /path/to/editor

# Grab from config file
grabbit grab

Docs

3rd Party Credits