X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=README.rst;h=ad12156e426d7d04bf2bcaa530aed066eb98b9e4;hb=d1205f46545a684d17e9e59cb73f223f811fd86e;hp=de6ea108f36b537ea4dc7636d31b2a2eae7a134c;hpb=50f80825db42438a5f6d2de7a0d0a0f6a343bfa4;p=ppu.git diff --git a/README.rst b/README.rst index de6ea10..ad12156 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Portable Python Utilities. Author: Oleg Broytman . -Copyright (C) 2017 PhiloSoft Design. +Copyright (C) 2017, 2018 PhiloSoft Design. License: GPL. @@ -11,10 +11,13 @@ 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. +rm.py - remove files and directories. + +which.py - find a program in PATH and print full path to it. | Home Page: http://phdru.name/Software/Python/ppu/ | Documentation: http://phdru.name/Software/Python/ppu/docs/ | Git repo: http://git.phdru.name/ppu.git/ | GitHub repo: https://github.com/phdru/ppu | Issue tracker: https://github.com/phdru/ppu/issues +| PyPI: https://pypi.org/project/ppu/