diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-07-26 03:40:00 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-07-26 03:46:20 +0200 |
| commit | b44b44fce5d6c5b436b6d1e89726fd6190698811 (patch) | |
| tree | 4c912cf57a274f83d86ddb3a97ac0adef650b7be /README.md | |
| parent | 9965731cdc7887ad25142a8799c26aafb75fa00f (diff) | |
| download | dir_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.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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. |
