1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 19:40:21 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
6c6f01781a Several small fixes, mostly for style issues 2019-02-24 18:25:34 +01:00
07690f9c94 Added basic Python3 support 2019-02-24 13:21:51 +01:00
25740ea1dc Added new command 'fsck', which will:
- search for Image objects which have not File relation
- same goes for Thumbnail objects
- search for files which doesn't exist neither as Thumbnail nor Image objects
- remove those files from filesystem
- remove empty directories

The last one will need improvements, since it's looking for leafs directory in
filesystem tree. Although workaround is to repeat fsck command, until it
report 0 empty directories removed.
2016-11-17 18:46:46 +01:00
f611dce4e1 Added --long options for listing files 2016-09-01 20:36:12 +02:00
95ea6b023c CLI: added find ability 2016-08-19 19:00:57 +02:00
8e08319775 Moved cmdcatalog to script directory 2016-08-19 18:56:33 +02:00