▲ | ramses0 2 hours ago | |||||||
https://kellyjonbrazil.github.io/jc/docs/parsers/ls.html ...glom on to this: "+JSONSchema" with some sort of UNIX-ish taxonomy. Everything from `man test`, add in `man du`, `date`, `... ago` (relative time) as you'd mentioned. `jc ls | add_schema...` => `jq ...` ...or `jc ls --with-schema | jq ...` (it appears as though `jc` already supports schema's, so perhaps it'd be `jc ls --with-types` or something, but there's your starting point!) | ||||||||
▲ | petesergeant 2 hours ago | parent [-] | |||||||
That's neat and a similar idea. I think JSON probably ends up being too expressive (not just an array of identically-shaped shallow objects), too restrictive (too few useful primitives), and also too verbose of a format, but the idea of a wrapping command like that as a starting point is neat | ||||||||
|