xpipe icon indicating copy to clipboard operation
xpipe copied to clipboard

FEATURE REQUEST: Option to override powershell's "-NoExit" flag for custom terminal commands

Open neatchee opened this issue 7 months ago • 3 comments

USE CASE

Custom terminal commands are great for launching applications that are not fully integrated with xpipe. However, on Windows, applications launched from powershell are detached and do not require that the shell remain open. If the sole purpose of a terminal command is to launch an application with custom arguments, I don't want an empty terminal hanging around afterwards.

DESIGN

Recommend adding an option when creating/editing Custom Terminal Commands to "automatically close terminal window after execution" to suppress the -NoExit flag for powershell (or other similar flags/configuration for other shells/terminals)

neatchee avatar Jun 30 '24 18:06 neatchee