$ ls projects/

oil.code // VS Code extension

Arashi // CLI developer tool

coding-agents-tmux // tmux integration

pi-extensions // pi ecosystem

$ open README.md

developer tools · workflow experiments · shipped utilities

Tools for people who live in editors, terminals, and Git worktrees.

Haphazard.dev is the home base for my projects: pragmatic extensions, CLIs, and integrations built to make everyday development workflows faster and more keyboard friendly.

01 oil.code VS Code extension 02 Arashi CLI developer tool 03 coding-agents-tmux tmux integration 04 pi-extensions pi ecosystem

cat ./projects.json

Projects

VS Code extension

oil.code

A VS Code extension inspired by oil.nvim that lets you edit your filesystem like a normal file so common file operations feel fast and keyboard friendly.

  • Built for developers who want an oil.nvim-style workflow without leaving VS Code.
  • Supports create, move, rename, delete, preview, and directory navigation directly from the editor.

CLI developer tool

Arashi

A Git worktree manager for meta-repositories that helps keep related repos aligned while working across a shared feature branch and workspace.

  • Designed for multi-repo development and spec-driven workflows.
  • Includes commands for creating, switching, syncing, and setting up coordinated worktrees.

tmux integration

coding-agents-tmux

A tmux plugin and CLI for tracking, monitoring, and jumping between terminal coding-agent sessions, with support for busy, idle, and waiting states.

  • Makes it easier to manage multiple agent sessions from a single tmux workflow.
  • Supports pi, opencode, and codex session discovery, switching, popups, and status summaries.

pi ecosystem

pi-extensions

A collection of installable pi extensions that explores small but useful workflow improvements for the pi coding agent experience.

  • Includes packages for asking user questions, copying code blocks, interactive review, and Vim-style quit commands.
  • A place for experimenting with pragmatic extensions that make pi more ergonomic day to day.