My one-click React + Tauri startup flow
Shared a workflow that opens VS Code, starts Vite, runs cargo check, and launches the docs tab. Curious how others handle long-running commands.
A focused community space for workflow showcases, macro recipes, bug reports, product ideas, docs references, and practical implementation help.
Active posts across workflows, macros, bugs, ideas, and showcases.
Saved discussions stay close while you refine your own flows.
Every post can point back to features and docs for faster answers.
Ask a question, share a workflow, or reference a docs page.
Shared a workflow that opens VS Code, starts Vite, runs cargo check, and launches the docs tab. Curious how others handle long-running commands.
Would love packs for VS Code, Cursor, and browser testing. Maybe docs can map each pack to hotkeys and safe defaults.
I would use this daily. App-specific hotkeys plus a docs page per pack would feel very approachable.
When a command blocks, the report should include shellType, terminalType, timeout, working directory, and stderr.
Adding OS and whether the command opens a child process would help too.
I split server starts into new terminal windows and keep checks in background mode. It makes failures much easier to scan.
That is cleaner. I moved Vite to newWindow and left cargo check as background.