minus icon indicating copy to clipboard operation
minus copied to clipboard

Horizontal scrolling

Open realtica opened this issue 2 years ago • 4 comments

Is it possible to add horizontal support?

realtica avatar Mar 17 '22 01:03 realtica

Currently no. minus already does line wrappings by default, so I don't see a point why we need horizontal scrolling. If you suggest some good reason on why minus should have implement horizontal scrolling, I might start working on it.

AMythicDev avatar Mar 17 '22 04:03 AMythicDev

Currently no. minus already does line wrappings by default, so I don't see a point why we need horizontal scrolling. If you suggest some good reason on why minus should have implement horizontal scrolling, I might start working on it.

Yes, for example tui apps needs complete line and the line wrapping is not good. Other kind of apps that also needs horizontal scrolling for example a table viewer or a CSV viewer, data presentation in general.

realtica avatar Mar 17 '22 21:03 realtica

Ok, I understand your use case scenario and I will start working on it when I get some time. I am kinda busy right now fixing bugs, improving docs etc. I will inform you when I start working on it.

Meanwhile if you want to help, you can submit a PR and I will happily accept it. Also if you need help, you can join the Discord server.

AMythicDev avatar Mar 18 '22 20:03 AMythicDev

I just start working on this in #65. You can track the implementation progress there. If you want to help, I would really appreciate that.

AMythicDev avatar Mar 23 '22 10:03 AMythicDev