X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=TODO;h=e2173e8f9bc5d9086761e1f8fa4e7875943290b1;hb=45a6d6e1d9551954e827efe7eaaf119315048248;hp=0cd98e84b7f46f1e243716d3f9cd7205b0fb18d4;hpb=9e09c7ca4012167f674e50fc834d6c10de2431d2;p=ppu.git diff --git a/TODO b/TODO index 0cd98e8..e2173e8 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,20 @@ -Add option -v/--verbose to report every removed file. +Test if the file is read-only in rm.py; +ask the user if they wants to delete it. -Add options to limit files or to exclude files by name, extension, path. +Add option -f for rm.py. + + +Add option -s for cmp.py. + + +Extend remove-old-files.py: add option -v/--verbose to report every removed file. + + +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().