Some handy little scripts:
archive-open-gira
: archive the results of open-gira runschatgpt
: query the chatgpt 3.5-turbo APIouce-cluster
: check OUCE cluster demand by nodefind-replace
: find and replace text recursively in sub-folders... best have it under version control first!mdb-to-csv
: translate a Microsoft Access database into a set of CSV filespy-open
: quickly open datafiles files with (geo)pandas, drop into promptpy-pkg-history
: display installed Python packages, locations and install datesupdate-gateway-ssh-config
: update a remote host's SSH config with your host's IP
-
Clone this directory, e.g.
git clone https://github.com/thomas-fred/utilities.git
-
Add the directory to your path, e.g.
export PATH="$PATH:$HOME/utilities"