1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

add vdir info

This commit is contained in:
Kelly Brazil
2020-12-31 13:18:53 -08:00
parent 276160125e
commit 5e6bfa681a
3 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
# jc.parsers.ls
jc - JSON CLI output utility `ls` command output parser
jc - JSON CLI output utility `ls` and `vdir` command output parser
Options supported:
- `lbaR`
- `--time-style=full-iso`
- `-h`: File sizes will be available in text form with `-r` but larger file sizes with human readable suffixes will be converted to `Null` in the default view since the parser attempts to convert this field to an integer.
Note: The `-l` or `-b` option of `ls` should be used to correctly parse filenames that include newline characters. Since `ls` does not encode newlines in filenames when outputting to a pipe it will cause `jc` to see multiple files instead of a single file if `-l` or `-b` is not used.
Note: The `-l` or `-b` option of `ls` should be used to correctly parse filenames that include newline characters. Since `ls` does not encode newlines in filenames when outputting to a pipe it will cause `jc` to see multiple files instead of a single file if `-l` or `-b` is not used. Alternatively, `vdir` can be used, which is the same as running `ls -lb`.
Usage (cli):