devtools
Answers which dev servers are running and where they came from.
- Year
- 2026
- Made for
- zsh
- State
- shipped
I would sit down to work and find things already serving on ports I had no memory of starting.
The usual answer is lsof piped into ps piped into squinting. devwho prints one table instead: port, process, which tool launched it, which project it belongs to, and a link to open it. devkill closes them by port or by project name. devview is the raw dump for when the table is not enough.
Three shell functions. No daemon, no config file.
How to use it
Clone it, run the installer, then ask what is running.
-
git clone https://github.com/JaimeOrtegaxyz/devtools.git \ ~/Documents/GitHub/devtools cd ~/Documents/GitHub/devtools && bash install.sh -
Three commands, from anywhere.
devwho # port, process, which tool started it, project, link devkill 5173 # by port, by project name, or pick from a list devview # the raw lsof and ps dump
POiO
ongoingA chicken recipe assistant that is turning into a countertop bird.
Islands
shippedAnother macOS window manager. This one accordions.
dab
shippedTurn any patch of your screen into pixel art.
Balancer
shippedA personal trainer for micro-breaks, living in the menu bar.
Sona
conceptA mechanical keyboard with an instrument living inside it.
toss
prototypeFlick a ball off your screen. It lands on a friend's Mac.
Habitus
ongoingCheap marketplace finds, held to a hundred at a time.
Darkroom
conceptA cube that develops your photos by imagining them.
Branding Oracle
ongoingA brand engine a designer drives and a client never sees.
vaiven
shippedA Canvas engine where every animation is one JSON config.