[Feature Request]list
when piped should be New Line deliminated
#53
Labels
list
when piped should be New Line deliminated
#53
System Info
OS: Mac OS 11.1
Muxed Version: v0.8.2
Description
When piped
muxed list
displays all projects on the same lineWhile this looks great when used interactively in the terminal, when piped and used in scripts its more common and more useful to be delimited by newlines. Realized this in my current workflow where I am using
sed
to replace tabs with newlines to makemuxed list
more script-ableWorkarounds
This can be workaround by using
sed
. The following produces new line delimited outputSteps to reproduce
muxed ls | cat
Expected
Actual
project_1 project_2 project_3
The text was updated successfully, but these errors were encountered: