How to sort using column names instead of indices? e.g. `tsv-sort -H -k age:nr -k name` instead of `keep-header -- sort -t $'\t' -k 2,2nr -k 1,1`