Shell scripts I wrote mostly for fun. 😁
appimlaunch: Launches the newest AppImage in the given directory. Nice to have if your AppImage does not care about desktop shortcuts, thus leaving you with a broken one after updating itself to a newer version.
- Update the
Exec
line in the.desktop
file as follows after obtaining the script:Exec=sh -c "/path/to/appimlaunch /path/to/application/dir/ [optional_keyword]"
btconn: (Auto)connects to a Bluetooth device with the given MAC address. Takes care of the pairing and trusting the device too.
chgov: Lists and changes the CPU scaling governor.