An automatic, chronological file organizer for GNOME Linux.
Every five minutes Tumblefile copies all files on your Desktop to a folder such as ~/Documents/2009-07-July/25-Saturday, prepending a timestamp (like 20090727.1645) to the filename. Meanwhile its little window sits in the system tray. It is a way to automatically keep your Desktop cleared and files organized.
Kudos for the original idea goes to Luke Crawford’s drefile for OS X.
Download the latest tarball, then compile it:
# On Debian-based systems:
sudo apt-get install libgtkmm-2.4-dev
tar -xzvf tumblefile-x.y.tar.gz
./configure
make
sudo make install
When you launch Tumblefile for the first time, it will set up what it takes to run automatically the next time log in. You can turn that off in System > Preferences > Startup Applications.
Tumblefile also works from command line. From terminal, you can type
$ tumblefile /path/to/file1 /path/to/file2
and it will move the files in the usual way.
GPL 3 – see COPYING for details.
Written in the summer of 2009 by Marko Anastasov.