helix
helix copied to clipboard
allow shell command non-zero return code while using output
Fix two issues found:
-
$
shell_keep_pipe doesn't work as the logic will stop while there is no-zero shell return code. -
|
pipe_to,!
shell_insert_output etc behavior different with expected, for instance,|
thenrg -o foo
, we want all selections become 'foo' or empty instead of failing.
Just tried it because the $
was not working.
fix working good thanks for providing!