comparison README.txt @ 309:553d6f7309d9

Wording in README.txt
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 09 Mar 2025 18:21:35 +0100
parents a1d61179e20c
children 0cc1e0de8fce
comparison
equal deleted inserted replaced
308:652870b20f9e 309:553d6f7309d9
7 :Date: 2025-02-25 7 :Date: 2025-02-25
8 :Copyright: (c) 2020-2025 Franz Glasner 8 :Copyright: (c) 2020-2025 Franz Glasner
9 :License: BSD 3-Clause "New" or "Revised" License 9 :License: BSD 3-Clause "New" or "Revised" License
10 :ID: @(#) $HGid$ 10 :ID: @(#) $HGid$
11 11
12 Pure Python implementations of coreutils and some additional utilities. 12 Pure Python implementations of some (Unix) coreutils and some additional
13 utilities.
13 14
14 Currently implemented: 15 Currently implemented:
15 16
16 - `dos2unix` as :command:`py-dos2unix` 17 - `dos2unix` as :command:`py-dos2unix`
17 - `shasum` as :command:`py-shasum` 18 - `shasum` as :command:`py-shasum`
18 19
19 Additional utilities: 20 Additional utilities:
20 21
21 - :command:`py-treesum` to compute hash trees for directories. 22 - :command:`py-treesum` to compute hash trees for directories.
22 - :command:`py-genpwd` to generate passwords of a given length and within 23 - :command:`py-genpwd` to generate passwords of a given length and from
23 different character repertoires. 24 within different character repertoires.