From b44b44fce5d6c5b436b6d1e89726fd6190698811 Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Sat, 26 Jul 2025 03:40:00 +0200 Subject: README: update TODO list and gitignore adjustments --- .gitignore | 1 + README.md | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9b4abec..c82077c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bin/* man/*.1 +man/*.gz .gdbinit diff --git a/README.md b/README.md index 09529eb..0ef2801 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Call: dir\_monitor OPTIONS path\_to\_open | `--print-boxed` | | | Print visual additions around the table | | `--print-header` | `-H` | | Print a header above the columns | | `--reverse-sort` | | | | Sort reversed | -| `--show-hidden-entries` | `-v` | | Show hidden entries in the directory | +| `--show-hidden-entries` | `-a` | | Show hidden entries in the directory | | `--sort-by` | | variant | Sort either by variant | | `--time-field` | | `a`\|`c`\|`m` | Sort by (a)ccess, (c)hange or (m)odification time. Default: m | @@ -53,7 +53,6 @@ TODO - option for output file - option for recursion - option for symlink handling -- option with lowest priority: nice formatting, do the whole formatting in - memory and based on the length information gathered put it into a visual - table. - configuration file in ${HOME}/.config/ ? +- formatting with non-ASCII characters in filenames, `--print-boxed` + misformats due to the strlen result not matching the visual representation. -- cgit v1.2.3-70-g09d2