httpie / http-prompt

An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie

Home Page:https://http-prompt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to remove pager?

gittyup2018 opened this issue · 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

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

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