summaryrefslogtreecommitdiff
path: root/cli.py (follow)
AgeCommit message (Collapse)Author
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