add README.md
This commit is contained in:
parent
71e7d64ee1
commit
ae1f644439
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# dirf
|
||||||
|
|
||||||
|
it's a work in progress of a linux tool that would help comparing and syncing two directories.
|
||||||
|
|
||||||
|
planned features will be:
|
||||||
|
- going through all the files and directories in a directory and asking the user what to do with that directory:
|
||||||
|
- copy the file / all the directory in the target directory
|
||||||
|
- ignore the file / directory
|
||||||
|
- going inside this directory to select more precisely what files / directories you want to copy (recursivity)
|
||||||
|
- optionally remembering your choice
|
||||||
|
- an optional GUI?
|
Loading…
Add table
Reference in a new issue