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

feature: store interactive editor content for revisiting it (after failures) #78

Open
elonderin opened this issue Oct 6, 2020 · 0 comments
Labels
design Needs feature design work enhancement New feature or request

Comments

@elonderin
Copy link

Unless i just haven found that file this feature i have been missing:

when revise tries to do its thing it sometimes fails which is mostly due to botching the editing. Hence it would be grand not loose all that work and retry with where one has left off. 2 ideas come to mind on this:

a) echo where the content is stored (e.g. $PWD/.revise.txt, or .git/info/revise.txt)
b) have an option to rerun the last interactive session with the editor prefilled with that content + afterwards the normal generated content but commented out, so that it may serve as a reference.

This could also help in the case of #34 in which the revise would run thru,but w/o a failure. Nevertheless, those precious message edits are lost to /dev/null.

@mystor mystor added design Needs feature design work enhancement New feature or request labels Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Needs feature design work enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants