Accepting user input in scripts #244
jacob-tolar-bridg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! In Posting, is there a good pattern for accepting user input in scripts?
For example, in a pre request script, I want to prompt the user to provide a value for a variable (maybe as free form text, or from a list generated by querying a database, or from a list of files, etc).
I can do some things outside of
posting
(libtmux
, or pop up a window withttab
ortkinter
or similar if executing locally), but wondering if there's any good ways of doing this sort of thing directly within theposting
environment.Beta Was this translation helpful? Give feedback.
All reactions