summaryrefslogtreecommitdiff
path: root/cli.py (follow)
AgeCommit message (Collapse)Author
2011-08-16setup.py now works !jvoisin
2011-08-06Cleanup and more pylint conformityjvoisin
2011-08-04Cleanupjvoisin
2011-08-04Add a '--force' argument. When True, files are not checked before cleaning.jvoisin
2011-08-03Add listing of supported fileformat to clijvoisin
2011-07-30Documentation, and removal of unnecessary importsjvoisin
2011-07-26Pyflakes and pep8 validationjvoisin
2011-07-21Add the possibility to add (or not) unsupported fileformat to outputed ↵jvoisin
archives fileformat (invasive patch, sorry about that).
2011-07-20Revert "Revert to argparse" for python2.6jvoisin
This reverts commit f3f757ee70a50bed0f66e8807c7b0ad7db83dc61.
2011-07-11Revert to argparsejvoisin
2011-07-03Correct handling of unhandled filesjvoisin
2011-06-30Cosmetic changesjvoisin
2011-06-29Small modification for the archive display_all() functionjvoisin
2011-06-23Polishing the argument parsing process, fix the display_version functionjvoisin
2011-06-23Implementation of the --backup option, to keep a backup of the treated file ↵jvoisin
(disabled by default)
2011-06-21list_meta() now display 'key : value'jvoisin
2011-06-20Rewriting of the get_meta() function.jvoisin
2011-06-18Creation of the arborescencejvoisin
2011-06-18Hachoir is so ugly : I am able to display meta, but not to remove them ↵jvoisin
(because I didn't manage to find an elegant/efficient way to find the "path" to a field). So I remove a whole "Rootfield" (exif, author, comment, ...). It's efficient, but not very elegant.
2011-06-15Implement list_harmful_meta() in CLIjvoisin
2011-06-15Obvious comments added, and other removedjvoisin
2011-06-14Use getopt (python2.3) instead of argparse (2.7)jvoisin
Getopt is deprecated in 2.7, but debian is in 2.6
2011-06-10The current version is (mostly) workingjvoisin
2011-06-07First commitjvoisin