summaryrefslogtreecommitdiff
path: root/cli.py (follow)
AgeCommit message (Collapse)Author
2011-06-23Revert "Revert "Revert "Revert "Rewrite the argument parser, add the ↵jvoisin
--backup and the --ugly options"""" This reverts commit e616d3d3eaa85e82b0de73885cb0c45838585757.
2011-06-23Revert "Revert "Revert "Rewrite the argument parser, add the --backup and ↵jvoisin
the --ugly options""" This reverts commit 83d2ab46e4f974a4ff70edb95b3ae5469e18906f.
2011-06-23Revert "Revert "Rewrite the argument parser, add the --backup and the --ugly ↵jvoisin
options"" This reverts commit f21a2874d6b64bcf87f23a55fa3d0e120edc98e6.
2011-06-23Revert "Rewrite the argument parser, add the --backup and the --ugly options"jvoisin
This reverts commit 6cbe79298579051039dd46df81c5ec4d76465fc1.
2011-06-23Rewrite the argument parser, add the --backup and the --ugly optionsjvoisin
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