Files
tablizer/TODO.md

16 lines
372 B
Markdown
Raw Normal View History

## Fixes to be implemented
## Features to be implemented
- ability to change sort order (ascending vs descending)
- 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
2022-09-28 19:33:57 +02:00