Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solidiquis/mac_wallpaper_shuffler

Shuffle your wallpapers via the terminal on MacOS 💻
https://github.com/solidiquis/mac_wallpaper_shuffler

applescript go golang mac macos

Last synced: 26 days ago
JSON representation

Shuffle your wallpapers via the terminal on MacOS 💻

Awesome Lists containing this project

README

        



---
# mac_wallpaper_shuffler
Shuffle your wallpapers via the terminal on MacOS 💻

## How to use:
1. Make sure you have Go installed (checkout go.sum for the specific version).
2. Make sure you set your WP_PATH environment variable in your .env file (checkout .env-example) to the absolute path of the directory where you store all of your wallpapers.
3. `$ go run .` in the project's root directory.

## Controls:
- "k" or ↑ to scroll up.
- "j" or ↓ to scroll down.
- Ctrl-c or "q" to exit program.

## Author note:
- Feel free to write up some issues if you have any problems or suggestions :]