Skip to content

Instantly share code, notes, and snippets.

@poontology
poontology / crontab.sh
Last active February 18, 2023 09:57
naughtyamericavr scene identifcation by filename
#!/bin/bash
# install in `crontab -e` as: @daily $HOME/cvr_id_gist/crontab.sh
cd "${0%/*}"
./update_navr_csv.py && git add . && git commit -m "updates $(date +%Y-%m-%d)" && git push

StashDB Backlog Userscript

This userscript is used to be able to view pending changes from the StashDB Backlog spreadsheet directly on StashDB.
The data is usually synced every hour, starting at midnight UTC.

Installation requires a browser extension such as [Violentmonkey] / [Tampermonkey] / [Greasemonkey].

Screenshots