From bc464a341069c2bb4f596e4cf232c00d6a1cacea Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Wed, 17 Jun 2026 17:59:18 -0400 Subject: [PATCH] chore: Removed completed todo. --- TODOS.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/TODOS.md b/TODOS.md index 59e58d8..76b2187 100644 --- a/TODOS.md +++ b/TODOS.md @@ -26,8 +26,6 @@ 15. Add a text filter to the multi_select. -16. Create backup / fallback fd. - 17. Add tests for untested commands. 18. 2 scan tests silently skip when fd isn't installed, tests pass without actually testing anything. These should use #assert to be sure that fd is in path. @@ -40,6 +38,8 @@ 23. procedures should be ordered by use, main at the top, then in the order they are called from main. +24. Remove git dependency. + ## Double-check AI output - [ ] cli.odin @@ -78,3 +78,11 @@ - [ ] ssh_test.odin - [ ] table.odin - [ ] table_test.odin +- [ ] findr/findr_test.odin +- [ ] findr/gitignore.odin +- [ ] findr/gitignore_test.odin +- [ ] findr/glob.odin +- [ ] findr/glob_test.odin +- [ ] findr/repos.odin +- [ ] findr/test_env.odin +- [ ] findr/walker.odin