Repoman is a script to export and import a list of git repositories. Version 0.3 has the following improvements:
The repoman script has been enhanced with new filtering options like --no-remote, --all, and --help for better control over repository listings. The command-line interface now features improved parameter handling and a detailed help menu with usage examples. Error handling has been upgraded by switching to exit statements for more reliable termination and enhancing input validation. Additionally, the script now robustly handles empty lines, invalid entries, and potential failures during git operations.
Thought it would be useful to apply my LLM learnings to future projects, and extracted half a dozen skills. As I wasn't clear on the separation between Claude.AI and Claude Code I also documented how to make the skills available to both.
Simple file sharing in 2026…
The other day, it took me half an hour to share an HTML file of a blog design from my phone with Claude Code, which was running in an isolated environment. Now Iβm not inexperienced when it comes to computers but file sharing on iOS is just needlessly complicated.
lnk - Easy link creator…
Today I was thinking about how I am never sure what format to use when creating links to files and directories. Is it symbolic or hard link, should I use absolute or relative paths? So I spent a little time and created link that will guide you through the process or use heuristics, in a standardized lnk from to format.
Lamb 0.7.0…
Barrier free super simple blogging, self-hosted.
Lamb 0.6.0…
Originally written on lamb-releases:
Lamb 0.5.4…
Lamb is Literally Another Micro Blog β Barrier free super simple blogging, self-hosted.
Updated [Todout](https://downloads.vandrag…
Updated Todout a work in progress minimalist, keyboard-centric task outliner that lives right in your browser. Itβs designed for folks who want the speed of a plain-text editor but the organizational power of a structured database. It's not better at filtering priorities. #projects #todout
HTMXPress 0.1.1…
HTMXPress 0.1.1 has been released, the HTMX plugin for WordPress! More info
Lamb 0.5.3…
Lamb is Literally Another Micro Blog β Barrier free super simple blogging, self-hosted.
I needed some way to open a bunch of text …
I needed some way to open a bunch of text links in browser tabs for a Sprint Refinement, so I generated a little python script for it. #projects