Toolkit

Fast Actions

Your own shell commands, saved and run straight from the notch.

Saving and running actions#

  • Open Fast Actions from the Pages menu in the panel header. Type a Name and a Command (like npm run build) into the row at the top, then press + to save it.
  • Run an action from its row and watch it go: the row shows running, then succeeded or failed, and a failed run shows the last line of output. Stop a long run any time.
  • Delete saved actions right from the list.

Shell environment#

Commands run in a login shell from your home folder, so your PATH finds the same tools your terminal would (npm, node, pnpm, and the rest). Need a specific project? cd into it as part of the command. For anything bigger than one command, a whole agent workspace for example, that's what Views are for.