zopencommunity / nanoport

A simple text editor for console environments
Apache License 2.0
0 stars 3 forks source link

fixing #8 stdin via - not working #10

Closed mfsysprog closed 8 months ago

mfsysprog commented 8 months ago

This patch allows reading from stdin, useful when pipeing output from a command to nano. Example: tree -zJ ~ | nano -

mfsysprog commented 8 months ago

@IgorTodorovskiIBM Would you be so kind to approve this pull request?

mfsysprog commented 8 months ago

Yes, I wasn't aware of this functionality myself, but it is very usefull to catch and edit output from other commands.