You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
But we could make it even more easier by implementing a new option
--last
which would detect the latest edited text automagically.The text was updated successfully, but these errors were encountered: