Add keyboard shortcuts for adding and removing labels on GitHub
This script makes it so typing Alt+; on a GitHub issue or pull request will add the "waiting on response" label, and typing Alt+Shift+; will remove it. Obviously, that is a very specific use case, so the script is written in a generic way where you can simply edit the "shortcuts" data structure that is defined inline, to map a custom set of shortcut keys to adding/removing a custom set of desired labels.