729 B
729 B
TODO
- dryrun
NO_COLOR
/ color- recursion
- display directories with a trailing
/
- specify the deletion method (so trash can be supported)
- touching / mkdir
- renaming
- swapping
- deletion
- change file permissions
- change owner
- copying
- use
${VIMDIREDITOR}
- dry and moist tests
- remove tempfile
- path ordering that accounts for
-
(recursion; common prefix)
Ideas
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()
)?