Build a library of frequently used commands and run any of them in your active SSH session with one tap.
Remote IDE lets you save any command you run frequently — build scripts, server restarts, test runners, deployment commands, log tails — under a short name. Open the Commands sheet, tap a command, and it executes instantly in your active SSH session.
Commands are shared across servers. If you run the same npm run build on three different servers, you only need to save it once.
Every commands sheet has a built-in entry at the top: Go to Project Directory. It runs cd <your configured remote path> instantly. This is the command you run every time you open a new terminal session, and it's always one tap away without having to type or remember the path.
Commands are managed entirely within the app. Tap the + button in the commands sheet to add a new one. Swipe left on any command to reveal edit and delete actions. Changes take effect immediately — no restart, no sync step.