aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-03-26 09:52:40 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-03-26 09:52:40 +0000
commitf255e22c35da1dd374ef49b0300e6e6ca9c08a80 (patch)
treebeb84a62e263ffaca2e18cb279fba822ffe5afdf /TODO
parent6d60900a0bfb41a47744048c7980eefa15c572c8 (diff)
Fix #18 - Disable filters
Diffstat (limited to 'TODO')
-rw-r--r--TODO26
1 files changed, 13 insertions, 13 deletions
diff --git a/TODO b/TODO
index c307705..9e9a2e9 100644
--- a/TODO
+++ b/TODO
@@ -1,24 +1,24 @@
-* Context [25%]
+* Context [100%]
** DONE Introduce context structure
-** TODO Populate from env variables
-** TODO Implement variable substitution in barbfiles
-** TODO Carry over context across requests
+** DONE Populate from env variables
+** DONE Implement variable substitution in barbfiles
+** DONE Carry over context across requests
-* JQ filtering [0%]
-** TODO Find a JQ-like library in rust
-** TODO Use library to extract data from requests
-** TODO Allow multiple named filters
-** TODO Store filter output in context
+* JQ filtering [100%]
+** DONE Find a JQ-like library in rust
+** DONE Use library to extract data from requests
+** DONE Allow multiple named filters
+** DONE Store filter output in context
* Support binary files [0%]
** TODO Have binary filepath as body
** TODO Output binary files to file system
** TODO Coerce filetype (to display seemingly binary files normally)
-* Command line options [0%]
-** TODO Multiple files on the command line
-** TODO Filter override
-** TODO Disable filtering altogether
+* Command line options [75%]
+** DONE Multiple files on the command line
+** DONE Filter override
+** DONE Disable filtering altogether
** TODO Override header
* Add curses-based manager