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
Skip dotfiles when organizing files based on creation date
Running command "classifier" in something like Dropbox, Syncthing or your $HOME
folder and using '-dt' option also moves invisible dotfiles. Should it?
Might be issue for some files like:
- .dropbox
- .DS_Store
- .gitignore
- .htaccess
- .picasa.ini
- ... and more
For me, created issue with Syncthing - after .stfolder file was moved, it
stopped syncing the folder:
tanel@~/Downloads/test$ tree -a
.
├── .stfolder
├── image1.jpg
├── text1.txt
└── text2.txt
tanel@~/Downloads/test$ classifier -dt
Scanning Files
Done!
tanel@~/Downloads/test$ tree -a
.
└── 02-02-2016
├── .stfolder
├── image1.jpg
├── text1.txt
└── text2.txt
1 directory, 4 files
Please ignore if it's not a big issue ;)
0 commit comments