Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 💻
- Host: GitHub
- URL: https://github.com/solidiquis/mac_wallpaper_shuffler
- Owner: solidiquis
- Created: 2020-11-23T08:44:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T09:48:22.000Z (almost 4 years ago)
- Last Synced: 2023-03-07T23:18:56.205Z (over 1 year ago)
- Topics: applescript, go, golang, mac, macos
- Language: Go
- Homepage:
- Size: 11.5 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :]