log cutils/treesum.py @ 367:8a8a43e8369d

age author description
Thu, 10 Apr 2025 01:54:09 +0200 Franz Glasner treesum: FIX: Handle line endings on Windows with redirected stdout properly
Wed, 09 Apr 2025 22:21:35 +0200 Franz Glasner treesum: FIX: typo in doc
Tue, 01 Apr 2025 20:38:06 +0200 Franz Glasner treesum: implement the "filetypes" command to show all the filetype indicators that are used in digest output
Tue, 01 Apr 2025 19:19:07 +0200 Franz Glasner treesum: Print also a help if no command is given
Tue, 01 Apr 2025 19:17:51 +0200 Franz Glasner treesum: preliminary command handling: use always "elif"
Tue, 01 Apr 2025 18:59:32 +0200 Franz Glasner treesum: optimize general help output regarding the "help" subcommand
Tue, 01 Apr 2025 18:56:17 +0200 Franz Glasner treesum: optimize help output: do not print "-h/--help" for "patterns" and "help"
Tue, 01 Apr 2025 18:49:27 +0200 Franz Glasner treesum: Now handle all help related stuff in main()