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