Show HN: Infexec – A utility for pinning commands to terminal panes
2 points • indigophone • about 12 hours ago • 0 comments
This tool is inspired by zellij terminal panes. I did not like how buggy zellij was so I switched to using WezTerm terminal panes, but missed the ability of being able to CTRL+C in a pane and restart the command.
I created a simple CLI in OCaml that wraps a command and allows you to interrupt and restart the defined command easily. I made the utility with terminal panes in mind for a roll your own IDE solution.