Closed mfsysprog closed 8 months ago
This patch allows reading from stdin, useful when pipeing output from a command to nano. Example: tree -zJ ~ | nano -
tree -zJ ~ | nano -
@IgorTodorovskiIBM Would you be so kind to approve this pull request?
Yes, I wasn't aware of this functionality myself, but it is very usefull to catch and edit output from other commands.
This patch allows reading from stdin, useful when pipeing output from a command to nano. Example:
tree -zJ ~ | nano -