Open jtgd opened 5 years ago
I'd say this is directly related to #175
Yes, that's pretty much the same thing. Should I close this?
I'd say if you want to make a pull request, you can keep both this and #175 open and you can reference both in the PR. If you do make a PR, I can review it, but I'm not a core maintainer so there's no guarantee on when the new changes can get merged.
I'd be interested in taking this on as an avid fan of the utility.
@katipallya That sounds good!
In case it helps, one of the challenges with history is how you can scroll up and down (like when you navigate up and down in $ git log
). I looked at terminal-kit
and node-pager
, from my own playing-around I think node-pager
might be easier to get started, the example in its README works out of the box.
Edit: node-pager
does not work for Powershell for me. I also looked at the source code, it literally just passes the string to a newly spawned child process, so that'll probably break things. Do you have a good package in mind?
It would be nice to scroll back in the conversation. Not sure how far you should allow, since I'm not sure what the API allows, but as much as feasible would be nice.
(BTW I LOVE this program! Thank you and I hope you keep it up to date. You should add it to Arch AUR)