From 4871a19695c09059abcb6442ed4026bafc49a616 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 7 Aug 2025 12:50:22 +0200 Subject: [PATCH] update README to include (some) planned features --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 3b82b57..bc4a8ba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,3 +18,7 @@ MCA selector is a tool written in Java. Where it depends upon JRE21 and JavaFX. The goal of this project is to create a version of the original MCA selector, but written in C, leveraging the improved performance due to native execution and more low-level control. I have picked C as the language for the core portions of the application, where I prefer fine-grained control with little abstractions. This version is not intended to serve to entirely replace MCA selector, just to offer an alternative. Both tools will have their strengths and weaknesses. + +# planned features +- [ ] CLI-only version +- [ ] filtering chunks based on time spent in them