+todo notes

This commit is contained in:
anon
2025-02-07 15:40:39 +01:00
parent 716e1e83dc
commit 1a1df9a1af

View File

@ -14,6 +14,7 @@
- [X] use `${VIMDIREDITOR}` - [X] use `${VIMDIREDITOR}`
- [X] dry and moist tests - [X] dry and moist tests
- [X] remove tempfile - [X] remove tempfile
- [ ] the ordering can be wrong if directories share the same prefix
## Ideas ## Ideas
Accept multiple folders and individual files. Accept multiple folders and individual files.
@ -21,3 +22,6 @@ Accept multiple folders and individual files.
Accept input from stdin. Accept input from stdin.
Could possibly be useful for big data. Could possibly be useful for big data.
Entries should not be (re)ordered. 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()`)?