-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to write moar buffer to a file or to stdout #135
Comments
You can already do Is this what you want to do? If not, an example of how you'd like this to work would help! |
No, I am well aware of redirection. Its more like:
|
Right, so once inside of |
Precisely. |
The title here says "or to stdout". I can see the use case for sending to a file, but what about Let's say I only did to file and not to |
There would be some utility in user-in-the-loop data processing pipelines; opening multiple files and deciding which ones to process. Although if you write to a file, you can always write to "/dev/stdout" |
Nowadays you can press v inside of moar to open the buffer in an editor. Then from that editor you can save into a file of your choice. Not exactly what you are asking for, but it should be of some help at least. I use it for editing psql output, so for me this is super useful! |
Hi thank you for writing this awesome tool!
I propose adding the ability to write the buffer to a file or stdout; this allows me not to have to think about whether I need to do do something with the output of a command and would greatly facilitate use cases such as paging every command through moar by default as a shell feature.
The text was updated successfully, but these errors were encountered: