Skip to content
View malthejorgensen's full-sized avatar

Organizations

@ferm-ai

Block or report malthejorgensen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
malthejorgensen/README.md

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 -r is 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

Pinned Loading

  1. spawnm spawnm Public

    Quickly spin up Hetzner instances

    Python 1

  2. repx repx Public

    Python regular expression file transformer

    Python