]> git.phdru.name Git - ppu.git/commitdiff
Update README.txt and TODO
authorOleg Broytman <phd@phdru.name>
Sun, 30 Apr 2017 17:41:32 +0000 (20:41 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 30 Apr 2017 17:44:19 +0000 (20:44 +0300)
[skip ci]

README.txt
TODO

index dcd2eb3a396e78625e27d124bab6b29065866a92..9da6727869b9a31b64565bf691d96293423fadcd 100644 (file)
@@ -2,9 +2,13 @@ Broytman Portable Python Utilities, Copyright (C) 2017 PhiloSoft Design
 Author: Oleg Broytman <phd@phdru.name>
 License: GPL
 
-Remove old files. It's a portable replacement for
+cmp.py - compare two files.
+
+remove-old-files.py - remove old files. It's a portable replacement for
 `find start_dir -type f -mtime +31 -delete`.
 
+rm.py - remove files.
+
 Home Page:     http://phdru.name/Software/Python/ppu/
 Documentation: http://phdru.name/Software/Python/ppu/docs/
 Git repo:      http://git.phdru.name/ppu.git/
diff --git a/TODO b/TODO
index 12fe7ae13562c894845f771e82af5c3e234f303e..4f8a62080814157b7040d9d1a92b2110ff6ab1bc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-Add cmp.py and rm.py.
+PyPI.
 
 
 Add which.py.
@@ -10,7 +10,10 @@ 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 option -s for cmp.py.
+
+
+Add option -r for rm.py.
 
 
 Extend find.py: add options to find files by name, extension, path.