aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2025-07-26 03:40:00 +0200
committerThorsten Töpper <atsutane@freethoughts.de>2025-07-26 03:46:20 +0200
commitb44b44fce5d6c5b436b6d1e89726fd6190698811 (patch)
tree4c912cf57a274f83d86ddb3a97ac0adef650b7be /README.md
parent9965731cdc7887ad25142a8799c26aafb75fa00f (diff)
downloaddir_monitor-b44b44fce5d6c5b436b6d1e89726fd6190698811.tar.gz
dir_monitor-b44b44fce5d6c5b436b6d1e89726fd6190698811.tar.bz2
README: update TODO list and gitignore adjustments
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
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.