summaryrefslogtreecommitdiff
path: root/mat-cli (unfollow)
AgeCommit message (Collapse)Author
2012-02-01Rename mat-cli to mat-guijvoisin
2011-12-24Fix FORMATS's parsing related bugjvoisin
2011-12-24Rename "ugly" to ""strict"0.2.1jvoisin
2011-12-24Revert a stupid ideajvoisin
2011-12-15Update version number to 0.2jvoisin
2011-12-11Handle files with stupid rightsjvoisin
Now, files that are not readable, or writatble, or non-existent are correctly handled.
2011-11-06Stupid typojvoisin
2011-11-01s/meta/metadatajvoisin
2011-10-31Fix documentationjvoisin
2011-10-29Take care about the return value of external utilsjvoisin
2011-08-30update shebangsjvoisin
2011-08-30The setup script should work now o/jvoisin
2011-08-21--help improvementsjvoisin
2011-08-18Translations and typojvoisin
2011-08-17Correct "binaries" names, and fix the setup.py according to the changesjvoisin
2011-08-16Change names for usabilityjvoisin
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-23Revert.jvoisin
(Okay, I figured out how git revert works. I feel so dumb)
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-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