I am proud to share a new open source tool: It adds timestamps to files in the Nautilus file manager.
I already published a tool with similar features for the default file manager in KDE, i.e. Dolphin. Now, this piece of software lets the standard file manager of GNOME, i.e. Nautilus, add timestamps to files.
How does it work?
It’s as simply as it sounds: Say you have a file my-file.pdf, the tool adds a timestamp in front of the file name and produces: 2017-08-19-my-file.pdf. To do so, you just right click on a file and choose which timestamp you prefer:
Merely by that, it saves me lots of time in my everyday productivity – and I guess it helps many other people, too.
Why should I add timestamps to files?
To me, timestamps in file names are useful for two reasons:
- They easily communicate how old the information in the containing file is – in an easy to grasp manner, without having to take a look at the timestamp column in your file manager. That often requires to scroll to the right.
- They are transparent to any IT system: If you share the file via email, hard drive or the cloud, the timestamp in the filename will show up and persist in any IT system. However, if you open it in the web interface of a cloud service (e.g. Dropbox, Nextcloud etc.) or on another operating system, sometimes the timestamp shown there either changed, is displayed in a different format or is not displayed at all. The timestamps in the file name and its format persists.
They persist also if you move the file or restore a file from a backup, sometimes the timestamp of the file (“last modified”) changes. If you think of images you took some years ago, they won’t appear in your photo software as taken some years ago, but taken today. This happend to me a few times – annoying.
Of course, timestamps are not useful for all type of files. Files that are changed very often rather should go with a version control system or document management system etc.
Roughly, I recommend timestamps in file names for archived files (images, videos etc.) or files that are updated and shared just a few times.
How to use?
Well, everyone that uses Linux and the Nautilus file manager can just download and install it. You find installation instructions here. Enjoy!
Edit this post on GitHub.