shell-scripts/README.md
2023-07-30 23:02:27 -04:00

900 B

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 function 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 with location

mountain

A friendly mount point shortener for commonly used devices.

run

Just runs .run in a directory.