From 11ea4494db98d2d8ddc145264ed6fe2b8383f479 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 30 Apr 2017 20:41:32 +0300 Subject: [PATCH] Update README.txt and TODO [skip ci] --- README.txt | 6 +++++- TODO | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) 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. -- 2.39.2