Commit graph

5 commits

Author SHA1 Message Date
8cb0fe4b19 🐛 Check result of git annex find 2026-09-04 14:20:39 +02:00
6a06646c76 🎨 Format the code (ruff) 2026-09-04 14:20:10 +02:00
f6d0cb88f0 🧹 Remove unused imports, organize imports 2026-09-04 14:18:25 +02:00
7e80e38918 Find duplicates across directories.
The new CLI flag --across now lets users list duplicates only if they
are found in multiple of the given directories.

Closes gh-5.

This also removes support for arbitrary arguments to `git annex find`,
as we need to know which of the CLI arguments are directories to search
in. This might be re-introduced later.

Closes gh-4.
2026-09-03 13:38:31 +02:00
1e8ea44ba8 🎨 Rename main file to git_annex_duplicates.py 2026-09-02 18:08:10 +02:00
Renamed from main.py (Browse further)