From aef545d51e73945814be1eca5458277a4008630f Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 15 Oct 2022 14:02:46 +0200 Subject: [PATCH] added open todo items I still had on the list --- TODO.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/TODO.md b/TODO.md index 8b13789..ec35a4e 100644 --- a/TODO.md +++ b/TODO.md @@ -1 +1,21 @@ +## Fixes to be implemented + +- catch rows with less fields as headers and fill them up to avoid + a panic + +## Features to be implemented + +- ability to change sort order (ascending vs descending) + +- sorting by: numerical, time, duration, string(default) + +- allow regexp in -c like: `-c N.*,ST,8` which means, match "NAME", + "NAMESPACE", "STATUS", 8th Header + +- 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