From ae1f6444396171e1e0438625360412eaa28d5cf4 Mon Sep 17 00:00:00 2001 From: zy Date: Thu, 31 Jul 2025 00:26:04 +0200 Subject: [PATCH] add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7de986c --- /dev/null +++ b/README.md @@ -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?