added support to sort by time, duration, numerical

This commit is contained in:
2022-10-15 17:05:15 +02:00
parent fd74628259
commit ca87c339b0
6 changed files with 66 additions and 10 deletions

View File

@@ -2,7 +2,9 @@
## Features to be implemented
- sorting by: numerical, time, duration, string(default)
- sorting by: numerical, time, duration, string(default) [DONE]
- add unit tests for the above
- add output modes yaml and csv