Most of what you'll find here are small Python and command-line utilities, built to scratch my own itches. Feel free to poke around — issues and pull requests are welcome.
I'm an IT systems developer, working at Chalmers University of Technology in Göteborg.
I like Python and Unix shell scripting, and I've mostly forgotten Perl.
- Sweden
-
18:40
(UTC +02:00) - https://wheretofind.me/@traal
- @traal@fosstodon.org
- https://about.me/traal
Pinned Loading
-
-
Standard bash script template with u...
Standard bash script template with unofficial strict mode 1#! /usr/bin/env bash2set -o errexit -o nounset -o errtrace -o pipefail3IFS=$'\n\t'4shopt -s nullglob5# shellcheck disable=SC2154 -
Typer — my attempt at reference docu...
Typer — my attempt at reference documentation 1# Typer Cheat Sheet23You should read the [Typer Tutorial - User Guide][tutorial]
4before referring to this summary. Information icons [ℹ️][tutorial] link to the relevant sections of the Typer Tutorial.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



