diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 7 |
2 files changed, 4 insertions, 4 deletions
@@ -1,3 +1,4 @@ bin/* man/*.1 +man/*.gz .gdbinit @@ -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. |
