khard
khard copied to clipboard
Allow complex sort criteria for `--sort`
This is a follow up of https://github.com/scheibler/khard/issues/179#issuecomment-575369551.
The aim is to allow field lists like for -F also for the --sort option. The sorting should be done by the fields in the list in order.
Problems: How to compare lists if the user specifies --sort emails for example?