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

What about a new option --last? #1

Closed
psss opened this issue Aug 26, 2015 · 2 comments
Closed

What about a new option --last? #1

psss opened this issue Aug 26, 2015 · 2 comments
Assignees

Comments

@psss
Copy link
Owner

psss commented Aug 26, 2015

When something goes wrong (browser/system freeze) it's useful to
check saved version of the text and continue with work. This can
be easily done using:

ls -lt /tmp/edd* | head
vim ls -t /tmp/edd\* | head -1

But we could make it even more easier by implementing a new option
--last which would detect the latest edited text automagically.

@blaskovic
Copy link
Contributor

Maybe something like --list would be great too. So it would open list of all /tmp/edd* files and you can choose one from them.

You can use zenity --list for example.

@psss
Copy link
Owner Author

psss commented Aug 27, 2015

Nice idea, Braňo! I think both could be handy.
Could you please file --list as a new issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants