Check list
Environment info
Version
csview 1.2.2
Problem / Steps to reproduce
Thanks for such an awesome project! This is rock! 🔥
It would be nice to have a (--sort|--sort-by|--sort-asc|--sort-dsc) flag to sort items by providing header name: (I'm not sure about the flag namings)
"h1", "h2", "h3"
"ccc", "bbb", "aaa"
"bbb", "ccc", "bbb"
"aaa", "aaa", "ccc"
For example:
"h1", "h2", "h3"
"aaa", "aaa", "ccc"
"bbb", "ccc", "bbb"
"ccc", "bbb", "aaa"
"h1", "h2", "h3"
"bbb", "ccc", "bbb"
"ccc", "bbb", "aaa"
"aaa", "aaa", "ccc"
WDYT?
Check list
Environment info
Version
csview 1.2.2Problem / Steps to reproduce
Thanks for such an awesome project! This is rock! 🔥
It would be nice to have a
(--sort|--sort-by|--sort-asc|--sort-dsc)flag to sort items by providing header name: (I'm not sure about the flag namings)For example:
csview --sort-asc h1:csview --sort-dsc h2:WDYT?