Johan Walles
Johan Walles
As a workaround (not a fix), pressing
Even if I agree your request makes sense, AFAICT [`flag`](https://pkg.go.dev/flag) from the standard library (which is what I'm using for command line parsing) doesn't support what you're after. And adding...
Another (not super great) workaround is to specify `--no-linenumbers=false`.
Sounds like fixing that "it's cutting of lines when line numbers are displayed" would be good as well. Could you please add to this ticket: * A screenshot of the...
Also, just out of curiosity, how did you install `moar` on Windows?
Is the problem that `pwsh` line breaks the help text before sending it to `moar`, just like `man`? Ref: https://github.com/walles/moar/issues/119#issuecomment-1399616473 Otherwise, can you point out in detail one thing you'd...
> Did you want me to break this in to multiple issues... ? Yes :)
You can already do `echo hello | moar > hello.txt`. Is this what you want to do? If not, an example of how you'd like this to work would help!
Right, so once inside of `moar`, you'd like to press some button, which would make `moar` save its buffer contents to a file?
The title here says "or to stdout". I can see the use case for sending to a file, but what about `stdout`? Let's say I only did to file and...