I'm thrilled to announce I just released Command Book App: A native macOS app for developers, data scientists, AI enthusiasts and more. https://commandbookapp.com

This is a tool I've been using lately to help build Talk Python, Talk Python Training, and many more applications.

It's a bit like advanced terminal commands or complex shell aliases, but hosted outside of your terminal. This leaves the terminal there for interactive commands, exploration, short actions. (1/2)

Command Book - Manage Long-Running Terminal Commands

Command Book is a native macOS app for managing long-running terminal commands. Save, run, and monitor your web servers, databases, and background processes. Never lose your terminal setup again. Free to download with 3 saved commands.

Command Book

Command Book manages commands like "tail this log while I'm developing the app", "Run the dev web server with true auto-reload", and even "Run MongoDB in Docker with exactly the settings I need"

I'd love it if you gave it a look, shared it with your team, and send me feedback (either as a comment here or via the email us in the nav bar).

Check it out at https://commandbookapp.com (2/2)

Command Book - Manage Long-Running Terminal Commands

Command Book is a native macOS app for managing long-running terminal commands. Save, run, and monitor your web servers, databases, and background processes. Never lose your terminal setup again. Free to download with 3 saved commands.

Command Book
@mkennedy This sounds perfect for managing my ssh tunnels and notebook servers. Excited to try it out

@whenney Very cool! I don’t know how well it’ll work with SSH in general, but tunnels should be fine. Basically it doesn’t yet support full TTY emulation. Running notebook servers, 100%.

Let me know how it works out for you.