Arijit Dey

Results 24 comments of Arijit Dey

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...

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 just start working on this in #65. You can track the implementation progress there. If you want to help, I would really appreciate that.

Well it's still the case. Each line scroll causes a full screen refresh but it's in the design of `minus` There's no way you can pop out lines of terminal...

Thanks for filling the feature request. Currently I am busy incorporating a native user input declaration system inside ninus so it might take a while for me to work on...

Hey I just wanted to ping you whether you are ready with your PR for this issue. I am planning for a small release so if your PR is ready...

I too would like to see this as in my current project I want to use the `task::spawn` function without pulling other dependencies. A way could be to put the...

These tools should also be taken into consideration * [exa](https://github.com/ogham/exa) * [zoxide](https://github.com/ajeetdsouza/zoxide) * [sd](https://github.com/chmln/sd) * [Zellij](https://github.com/zellij-org/zellij) * [nat](https://github.com/willdoescode/nat)

I don't think minus implments much of the things in the checklist. In my opinion there are some things there that's not part of a usual pager. Anyway if you...

I had gone through a very quick and dirty implementation of `minus` within `bat` and it works perfectly. Although if you want to get the features of that checklist I...