Blog (#tools)
2025 (1)
🗃️ My valet parks my files for me
I finally stitched-together a valet to process and park various files from my inbox to their respective destinations
2024 (2)
Not all booleans are created equal on GitHub Actions
How to get an actual boolean input value on a manually run GitHub Action
🐍 Packaging my first Python tool
My experience of packaging my first Python tool
2023 (1)
🐳 Starting docker on demand
How to avoid not having docker running when you run docker
or docker-compose
commands
2021 (1)
Windows Symlink
How to create a Linux-like symlink on Windows
2019 (2)
Show/Hide Layout Bounds in Android
A couple of scripts that help to toggle display of layout-bounds on connected Android device using ADB.
Creating a single-file backup of your git repository
I created a python script which creates a zip-file containing the git-bundle and all the patch-files for different stashed changes in your repository.