From: Oleg Broytman Date: Sun, 30 Apr 2017 17:41:32 +0000 (+0300) Subject: Update README.txt and TODO X-Git-Tag: 0.3.0~4 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=11ea4494db98d2d8ddc145264ed6fe2b8383f479 Update README.txt and TODO [skip ci] --- diff --git a/README.txt b/README.txt index dcd2eb3..9da6727 100644 --- a/README.txt +++ b/README.txt @@ -2,9 +2,13 @@ Broytman Portable Python Utilities, Copyright (C) 2017 PhiloSoft Design Author: Oleg Broytman 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 12fe7ae..4f8a620 100644 --- 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.