When working through a runbook, pasting the whole command block is often the wrong move.
Sometimes you need to check each command first. Sometimes you need to wait for the previous step to finish. Sometimes one destructive line in the wrong window is enough to ruin the afternoon.
I built FlowChain for this exact kind of careful input work on Windows.
FlowChain captures a list once, then sends the next item to another app with a global hotkey. You can keep your destination window focused and move through the list one item at a time.
Official site and demo:
https://flowchain-official.blueedge14.chatgpt.site
The Problem
A lot of Windows work still involves moving ordered text from one place to another:
- spreadsheet rows into web forms
- canned replies into support tools
- QA values into test fields
- SSH or SQL commands into a terminal
- RACADM or network-device steps into a remote session
- AI-generated command blocks into a shell after review
Normal copy and paste is fast, but it is also coarse. You copy a block, switch windows, paste, switch back, copy the next line, switch again, and repeat.
Or worse, you paste the whole block and hope the target application handles it the way you expected.
What FlowChain Does
FlowChain turns a block of text or table data into an ordered send list.
The basic loop is:
- Capture or paste a list into FlowChain.
- Keep the destination app active.
- Press a global hotkey to send the next item.
- FlowChain marks completed rows so you can resume later.
It can send through normal clipboard paste, or it can type characters as real keystrokes. That helps in places where normal paste is unreliable, such as RDP, VNC, virtual machines, terminal sessions, and older applications.
Useful Cases
FlowChain is not trying to replace full automation tools. It is for the middle ground where you still want human review and control.
Good fits include:
- entering rows from Excel into business systems
- sending support replies one message at a time
- registering products, SKUs, and descriptions
- feeding QA test data into forms
- stepping through RDP or VM procedures
- running SSH, SQL, RACADM, or network runbooks line by line
- reviewing AI-generated commands before sending each one
Install
Microsoft Store:
https://apps.microsoft.com/detail/9NDSWGBHLV2J
winget:
winget install --id 9NDSWGBHLV2J --source msstore
The free edition covers the core line-by-line workflow. The optional Pro upgrade removes ads and unlocks higher limits and additional automation features.
Disclosure: I am the developer of FlowChain.
Top comments (0)