]> git.phdru.name Git - ppu.git/commitdiff
TODO: plans for "Portable Utilities"
authorOleg Broytman <phd@phdru.name>
Sat, 29 Apr 2017 15:30:09 +0000 (18:30 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 29 Apr 2017 15:30:09 +0000 (18:30 +0300)
[skip ci]

TODO

diff --git a/TODO b/TODO
index b0fd453ca990efebd9a2f61cdf052a339cdbdc05..83ddc4fc2db83fb51d56814e2250cd206cc974e6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,19 @@
-PyPI.
+Rename to "Portable Utilities".
+
+
+Add cmp.py and rm.py.
+
+
+Add which.py.
 
 
-Add option -v/--verbose to report every removed file.
+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.
+
+
+PyPI.
 
 
-Add options to limit files or to exclude files by name, extension, path.
+Extend find.py: add options to limit files or to exclude files by name, extension, path.