You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using Postman for sending http requests for several years now. With Postman gating more features behind a paid subscription I've been looking at other alternatives. I think Reqq would fit my use case. However, I would like to have Reqq running as a TUI in a tmux pane so I could switch to it and press enter to send the request.
So, here is my idea:
TUI could be started with the command reqq ui
The TUI would show the list of requests that can be made in a side bar on the left
The list of requests could be browsed through by up/down arrows or 'j' or 'k' keys
Enter/Return would kick off the request and display the response in the response pane
q key would quit the app
Let me know your thoughts on this and if it is something you would be willing to have added to Reqq. I would love to add this feature if you are interested in it.
Thanks!
The text was updated successfully, but these errors were encountered:
I have been using Postman for sending http requests for several years now. With Postman gating more features behind a paid subscription I've been looking at other alternatives. I think Reqq would fit my use case. However, I would like to have Reqq running as a TUI in a tmux pane so I could switch to it and press enter to send the request.
So, here is my idea:
reqq ui
Enter/Return
would kick off the request and display the response in the response paneq
key would quit the appLet me know your thoughts on this and if it is something you would be willing to have added to Reqq. I would love to add this feature if you are interested in it.
Thanks!
The text was updated successfully, but these errors were encountered: