From 1a1df9a1aff3b83a5bcfe5d966692b614de691e7 Mon Sep 17 00:00:00 2001 From: anon Date: Fri, 7 Feb 2025 15:40:39 +0100 Subject: [PATCH] +todo notes --- documentation/TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/TODO.md b/documentation/TODO.md index c01e8e9..a80190b 100644 --- a/documentation/TODO.md +++ b/documentation/TODO.md @@ -14,6 +14,7 @@ - [X] use `${VIMDIREDITOR}` - [X] dry and moist tests - [X] remove tempfile +- [ ] the ordering can be wrong if directories share the same prefix ## Ideas Accept multiple folders and individual files. @@ -21,3 +22,6 @@ Accept multiple folders and individual files. Accept input from stdin. Could possibly be useful for big data. Entries should not be (re)ordered. + +Maybe do away with the default `rm` and require VIMDIRRM to be set +(while having some special value to signal `remove_all()`)?