Files
tablizer/TODO.md
2022-10-15 14:25:38 +02:00

16 lines
357 B
Markdown

## Fixes to be implemented
- add unit test for descending sort order
## Features to be implemented
- sorting by: numerical, time, duration, string(default)
- add output modes yaml and csv
- add --no-headers option
- add input parsing support for CSV including unquoting of stuff
like: `"xxx","1919 b"` etc, maybe an extra option for unquoting