The dk CLI PRO
The dk command turns your terminal into a fast project navigator. It's made up of three parts that work together: fuzzy search, project actions, and command forwarding. Once you get the hang of it you'll rarely touch cd again.
How It Works
Type dk and you get an interactive search prompt that fuzzy-matches all your tracked projects. Pick one and you're there. Need to run a quick action? Add a flag like dk my-app -m and the project's action menu opens without you ever leaving your current directory.
Inside a project, commands like dk w (wake), dk L (logs), and dk m (menu) give you the same quick actions you know from the desktop app, right in your terminal. Every command has a short alias, so it stays fast. You can also stack flags: dk my-app -efr opens your editor, Finder, and the GitHub repo all in one shot.
Setup
The CLI is a Pro feature included with Devkeepr Pro. You can enable it from the Devkeepr settings panel. It installs the dk command and hooks into your shell.
