Why I built cmdbook for commands I keep rebuilding #1
printfapp
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I kept rebuilding the same commands.
Sometimes the command itself was simple. The part I kept forgetting was the working directory, an environment variable, a prompt value, or the setup that had to happen before it could run. Shell history gave me the old text, but not the context around it.
cmdbook is a small desktop command library for that problem. It lets you save a command with the context it needs, organize related commands in folders, and run them again from one place. Interactive commands can receive input, and long-running commands can stay open while you inspect their output.
A typical command can keep:
The Free plan covers the core command workflow. Pro adds advanced workflow features such as automations, dependencies, and remote run.
cmdbook runs on macOS, Windows, and Linux. It does not replace the terminal; it is for commands and scripts that you want to save, find, and run again.
I would like to know: which command or script do you keep rebuilding, and what context does it need before it works?
All reactions