While using pvcli recently, I found it a bit cumbersome to manually remember and type out all the flags for different protocols (H2/H3, OHTTP), headers, proxies, and methods every time.
An interactive mode (like pvcli --interactive or pvcli tui) could help guide users step-by-step through setting up and running requests.
Before diving into an implementation, I wanted to check:
- Would an interactive mode be a welcome addition to
pvcli?
- Do you have any preferences on design or crates for this?
Happy to put together a PR if this aligns with the project!
While using
pvclirecently, I found it a bit cumbersome to manually remember and type out all the flags for different protocols (H2/H3, OHTTP), headers, proxies, and methods every time.An interactive mode (like
pvcli --interactiveorpvcli tui) could help guide users step-by-step through setting up and running requests.Before diving into an implementation, I wanted to check:
pvcli?Happy to put together a PR if this aligns with the project!