My hacky terminal wallpaper switcher for macos.
Requires FZF https://github.com/junegunn/fzf
Assumes wallpapers are in /Library/Desktop Pictures
Just copy wallpaper.sh into a file in your path and change it's permissions to make it executable.
eg:
curl "https://gist.githubusercontent.com/rjlynch/f0cc2cd55a4f71c84edc8af25f57afc8/raw/e559ac7d7a2a68c5c11aa259009e2a9c36e9dfe4/wallpaper.sh" > /usr/local/bin/wallpaper && chmod 700 /usr/local/bin/wallpaper