# Shell Scripts A handful of scripts I've written to make my life easier on Linux. ## banana-runner A Python script that runs command shortcuts from an ini file. Quick and easy to set up. ## codecat A bash functino that wraps GNU `source-highlight` in a way that isn't a complete nightmare to use. Automatically sets the `-f`, `-i`, and `--src-lang` flags where appropriate. ## goto A local jump bash function. Propagates backwards through the working path to find a `.goto` ini file, and supports chaining jumps if you need that kind of thing. ## inet A collection of network related scripts: - `is-back`: send a notification once the internet connection is online - `myip`: gets the machine's local IP address - `weather`: wraps [wttr.in](https://wttr.in) with location ## mountain Friendly and consistent device mounting/unmounting. ## run Just runs `.run` in a directory.