How to detach a piped command from the terminal?
1
vote
1
answer
80
views
I want to allow the leading program(s) to operate in a standard manner and detach from the terminal once a graphical application launches. In this example
fzf
reads paths from a file, feeds the selected files and folders to the mpv
media player:
fzf [...] disables any use of the terminal and stdin/stdout/stderr. This completely silences any message output.
>
> Unlike --really-quiet, this disables input and terminal initialization as well.
Asked by user598527
(735 rep)
Apr 24, 2024, 05:34 PM
Last activity: Apr 26, 2024, 01:02 PM
Last activity: Apr 26, 2024, 01:02 PM