Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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.

License

NotificationsYou must be signed in to change notification settings

bbkane/grabbit

Repository files navigation

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 isMIT licensed.

@bbkane's Setup

See mypersonal config.

My Setup

Install

scoop bucket add bbkane https://github.com/bbkane/scoop-bucketscoop install bbkane/grabbit
  • Download Mac/Linux/Windows executable:GitHub releases
  • Go:go install go.bbkane.com/grabbit/v4@latest
  • Build withgoreleaser after cloning:goreleaser --snapshot --skip-publish --rm-dist

Use

# Grab from passed flagsgrabbit grab \    --subreddit-destination. \    --subreddit-limit 5 \    --subreddit-name wallpapers \    --subreddit-timeframe day# Create/Edit config filegrabbit config edit --editor /path/to/editor# Grab from config filegrabbit grab

See current wallpapers

On macOS, I use the followng command to see what wallpapers (and any other open files) my desktop is using:

lsof -c WallpaperImageExtension

I can run a similar command in XFCE:

xfconf-query -c xfce4-desktop -l \| grep last-image \|whileread -r property;do xfconf-query -c xfce4-desktop -p"$property";done \| sort -u

Docs

3rd Party Credits

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp