From 80bd82fedcbfc06521a1ff24d5f0f42733032bed Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 27 Nov 2022 22:31:12 +0000 Subject: [PATCH] Added info in TODO.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for enumerate-ordered's current commit: Future small blessing − 末小吉 --- Cargo.lock | 2 +- TODO.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 TODO.md diff --git a/Cargo.lock b/Cargo.lock index 5dc6203..1d67522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ dependencies = [ [[package]] name = "enumerate-ordered" -version = "1.1.0" +version = "1.1.1" dependencies = [ "color-eyre", "futures", diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..85c51f0 --- /dev/null +++ b/TODO.md @@ -0,0 +1,2 @@ +TODO: Support -R - Non-blind recursion (like sxiv-ordered) +NOTE: Nesting BTreeSet is probably not the best way to go about this...