📝 README: Small fixes + clarification
This commit is contained in:
parent
1977d87965
commit
98c751e1ec
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# git-annex-duplicates
|
# git-annex-duplicates
|
||||||
|
|
||||||
Find duplicate file paths in a [git-annex](https://git-annex.branchable.com/)
|
Find duplicate files in a [git-annex](https://git-annex.branchable.com/)
|
||||||
repository.
|
repository.
|
||||||
|
|
||||||
`git-annex-duplicates` groups files by their annex key and prints every group
|
`git-annex-duplicates` groups files by their annex key and prints every group
|
||||||
|
|
@ -27,8 +27,8 @@ Alternatively, run it from a checkout:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://cvs.moegen-wir.net/mikegerber/git-annex-duplicates.git
|
git clone https://cvs.moegen-wir.net/mikegerber/git-annex-duplicates.git
|
||||||
cd git-annex-duplicates
|
cd /path/to/your-git-annex-repo
|
||||||
uv run git-annex-duplicates --help
|
uv run --project /path/to/git-annex-duplicates git-annex-duplicates
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -40,8 +40,8 @@ Run the command from inside a git-annex repository:
|
||||||
git-annex-duplicates
|
git-annex-duplicates
|
||||||
```
|
```
|
||||||
|
|
||||||
The output contains one group of duplicate paths at a time, with groups
|
This will list any duplicate files below the current working directory. The output contains one
|
||||||
separated by a blank line:
|
group of duplicate paths at a time, with groups separated by a blank line:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
photos/holiday.jpg
|
photos/holiday.jpg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue