X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=TODO;h=4553922210adc83198a0ca060b00e8fa0c933014;hb=5159632c3ce5d0aa317225d2d1feef575e67df0c;hp=5666c9c0b3ff7d08de400a2458353de6ab7e7475;hpb=198d7898c6733a0729cbdf8f64f06afd6116ad04;p=ppu.git diff --git a/TODO b/TODO index 5666c9c..4553922 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,13 @@ -Travis, AppVeyor, PyPI. +Add option -s --quiet --silent for cmp.py. -Add option -v/--verbose to report every removed file. +Extend remove-old-files.py: add option -v/--verbose to report every removed file. -Add options to limit files or to exclude files by name, extension, path. +Rename remove-old-files.py to find.py. Make options more GNU find-like. + + +Extend find.py: add options to find files by name, extension, path. + + +After dropping Python 2.7: use shutil.which().