Hi, I'm Malthe!
Here's some stuff I made:
CLI tools
- spawnm Command-line tool for quickly spinning up a VM to work on your code
- repx Command-line tool for search-and-replace similar to sed or sd (predates sd and is to my taste)
- pqon Command-line tool to manipulate JSON similar to jq (I don't like jq's semantics)
- difftree Command-line tool to diff two directories recursively (
diff -ris too verbose) - dutreemap Mini-app that shows disk usage in a treemap (started via the CLI)
- csvtoexcel Command-line tool to diff two directories recursively
- bitum Command-line tool to sync files to and from S3-compatible storage
To use any of the above tools just do uvx <tool>, e.g. uvx difftree... (requires uv).
Sublime plugins
- subl-DeleteFile Easily delete the current file
- subl-CopyFilePath Easily copy the relative or absolute path to the current file to the clipboard
- subl-Supermaven Supermaven for Sublime
- subl-Base64 Convert to and from base64
- subl-ConvertCase Easily convert the case of the selected text (was implemented natively soon after release)




