Miscellaneous Linux shell scripts
Find a file
2023-07-30 23:02:27 -04:00
banana-runner initial commit; repository moved 2023-07-06 11:07:16 -04:00
goto initial commit; repository moved 2023-07-06 11:07:16 -04:00
inet initial commit; repository moved 2023-07-06 11:07:16 -04:00
mountain initial commit; repository moved 2023-07-06 11:07:16 -04:00
run initial commit; repository moved 2023-07-06 11:07:16 -04:00
README.md updated README 2023-07-30 23:02:27 -04:00

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.