Some handy little scripts:
archive-open-gira: archive the results of open-gira runschatgpt: query the chatgpt 3.5-turbo APIfind-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 filesperuse: quickly open datafiles files with (geo)pandas, xarray, etc. 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"