Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solving multiline - transform prompt to prompt chain #81

Closed
daretodave opened this issue Apr 30, 2024 · 1 comment · Fixed by #110
Closed

solving multiline - transform prompt to prompt chain #81

daretodave opened this issue Apr 30, 2024 · 1 comment · Fixed by #110
Assignees
Labels
front-end front end work react-wizard-needed bless us with your react skills
Milestone

Comments

@daretodave
Copy link
Contributor

daretodave commented Apr 30, 2024

the input prompt should transform to a prompt chain with arguments being text area

<input>

.. types "jq"

<input value="jq">

.. types "jq <something else>"

<input value="jq"> <textarea value="something else">

  • we can theme the argument this way
  • arguments can be multi-line (this is the big thing, never seen a terminal do this out of the box)
@daretodave daretodave added front-end front end work react-wizard-needed bless us with your react skills labels Apr 30, 2024
@daretodave
Copy link
Contributor Author

wait for the #66

@jon-v2 jon-v2 self-assigned this May 7, 2024
@daretodave daretodave added this to the 1.0.0 RELEASE milestone May 9, 2024
@jon-v2 jon-v2 linked a pull request May 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-end front end work react-wizard-needed bless us with your react skills
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants