diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -37,12 +37,15 @@ accepted. Currently at max 80 bytes of the format string are processed. | `M` | modification time | | `n` | file name | | `p` | permissions | -| `s` | size | -| `T` | type | -| `t` | time defined by `--time-field` | +| `s` | size in bytes or kB (base 1024) | +| `T` | type (file, directory, link etc.) | +| `t` | time as defined by `--time-field` | | `U` | user name | | `u` | user id | +The time stamps in `t`, `A`, `C`, `M` are by default only the daily time, +`--long-timestamp` / `-t` needs to be set to activate the full timestamp +including date and timezone. TODO ==== @@ -52,3 +55,4 @@ TODO - 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/ ? |
