Custom Commands/Scripting #5379
Unanswered
maclong9
asked this question in
Ideas and Issue Triage
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know I can set custom keybinds however it would be nice to be able to scaffold development workflows etc in a scriptable way. Whether this is done by a keybinding or invoking a custom command such as
ghostty +dev-fe
for frontend orghostty +dev-zig
for zig environments, an example of the steps that I would like to achieve for example:ghostty +dev-fe
lazygit
in quick terminalpnpm i && pnpm dev
in quick terminal splitThis would mean if I am changing to work on a different project in the middle of the day I can get up and running quickly with my dev server and a git client running and ready to go.
Beta Was this translation helpful? Give feedback.
All reactions