http-prompt icon indicating copy to clipboard operation
http-prompt copied to clipboard

how to remove pager?

Open gittyup2018 opened this issue 3 years ago • 2 comments

I don't know python but I do know several other languages so could someone tell me how do I remove the pager? what specific file or line would be appreciative as I use my own scrollbar and buffer and do NOT want to use more or less or anything I just want it to display the results at the bottom

gittyup2018 avatar Dec 12 '21 00:12 gittyup2018

wow I'm sure glad I started / finished my own version..good thing i wasn't holding my breath! kudos to the support team!

gittyup2018 avatar Dec 30 '21 08:12 gittyup2018

Hey @gittyup2018, sorry that we were not able to respond earlier. Unfortunately, http-prompt not have support for disabling the pager. Though if you set TERM=dumb as an environment variable, it would limit some terminal features including the pager so that should help. Example:

$ TERM=dumb http-prompt https://api.github.com/repositories

isidentical avatar Dec 30 '21 09:12 isidentical