commit 03c73433e6a3efbb02f15c976e2c2223164dd294 parent 9112792b30c42cd46da9ca7055022fc8b4979a07 Author: Jacob R. Edwards <jacob@jacobedwards.org> Date: Wed, 19 Apr 2023 17:34:57 -0700 Add to do list Diffstat:
A | TODO | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO @@ -0,0 +1,9 @@ +- Sort items by number of path elements, highest to lowest + + This would ensure files within a directory are moved before the + directory is renamed. + +- Detect name swaps + + When detected, either raise an error or handle the situation, + either way: it may not be worth supporting.