# Scripts This is just a handy place to put shell scripts that I write. ## notify.sh A script that wraps the pushover API for sending notifications. [Here](https://learningunix.net/posts/dead-simple-notifications-with-pushover/) is an article on example usage. It relies on the user's pushover user and api key to be saved as environment variables. ## pass-menu.sh Pipe the password store entries into wofi to create a selectable menu. Depends on wofi, pass, and wl-clipboard. Kilpper was fighing me when clearing the clipboard so the dbus6 line was added. ## cheat-sheet.sh Added a script for displaying commands that I want to remember in wofi. Selecting an entry will copy it to the clipboard if wl-clipboard is installed.