This commit is contained in:
anon 2025-01-24 23:01:39 +01:00
parent 42922b74c0
commit c53dd5802f
2 changed files with 16 additions and 15 deletions

View File

@ -96,18 +96,3 @@ If you have aforementioned files, please seek the help of a specialist.
The first character of the permission string is simply in formative,
its (changed) value is ignored.
## FEATUES
- [X] dryrun
- [X] recursion
- [X] display directories with a trailing `/`
- [ ] touching / mkdir
- [X] renaming
- [X] deletion
- [X] change file permissions
- [X] change owner
- [X] swapping
- [X] copying
- [X] specify the deletion method (so trash can be supported)
- [X] use `${VIMDIREDITOR}`
- [X] `NO_COLOR` / color

16
documentation/TODO.md Normal file
View File

@ -0,0 +1,16 @@
# TODO
- [X] dryrun
- [X] `NO_COLOR` / color
- [X] recursion
- [X] display directories with a trailing `/`
- [X] specify the deletion method (so trash can be supported)
- [ ] touching / mkdir
- [X] renaming
- [X] swapping
- [X] deletion
- [X] change file permissions
- [X] change owner
- [X] copying
- [X] use `${VIMDIREDITOR}`
- [ ] dry and moist tests
- [ ] stdin / no order