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

Implement using $EDITOR to edit the request body #9

Closed
mfinelli opened this issue Oct 22, 2022 · 0 comments
Closed

Implement using $EDITOR to edit the request body #9

mfinelli opened this issue Oct 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mfinelli
Copy link
Owner

I'm not actually sure how this will work or if it's possible at all. In theory create a tempfile and pass it to $EDITOR (e.g., vim) on the command line and then assuming that program takes the entire screen real estate but gives it back on exit then read in the value from the tempfile and then delete it.

@mfinelli mfinelli added enhancement New feature or request question Further information is requested and removed question Further information is requested labels Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant