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
Is it possible to add a keyboard shortcut that would flag the autobackups file name with a suffix (a tiny comment) when saving the file. Over the course of a day, I end up with a couple dozen timestamped backups. Sometimes while editing, I immediately want to take a peek at a file I saved 20 minutes or 2 hours ago. If I had saved it with a flag/suffix, I can easily identify that.
The flag could be fixed e.g. _checkpoint or a user prompted string. The resulting autobackups directory would look like this :
mycode_09063.py
mycode_09073.py
mycode_11054.py
mycode_11172_removed_big_feature.py <- checkpoint / tag
mycode_12031.py
mycode_14300.py
mycode_15712_added_cool_stuff.py <- checkpoint / tag
mycode_16003.py
The text was updated successfully, but these errors were encountered:
bitcity
changed the title
Flag or checkpoint a version while saving
Optionally flag or checkpoint an autobackup file with a suffix
May 2, 2014
@thecotne Think of it as temporary micro-git. I want the commits to be automatic (in the background) and I don't want the history polluting the repository. Autobackups already solves most of this, just need to tag some of the saves every once in a while.
This is a feature request:
Is it possible to add a keyboard shortcut that would flag the autobackups file name with a suffix (a tiny comment) when saving the file. Over the course of a day, I end up with a couple dozen timestamped backups. Sometimes while editing, I immediately want to take a peek at a file I saved 20 minutes or 2 hours ago. If I had saved it with a flag/suffix, I can easily identify that.
The flag could be fixed e.g.
_checkpoint
or a user prompted string. The resulting autobackups directory would look like this :The text was updated successfully, but these errors were encountered: