Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 744 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 744 Bytes


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 :]