W51: #fclones est un outils pour trouver des fichiers dupliqués et proposer des opérations comme dedup à base de hard/sym links ou simplement de supprimer.

https://github.com/pkolaczk/fclones

Y'a une notion de cache pour accélérer les execs suivantes.

En #rust et ultra performant (bench dans le README.md)

GitHub - pkolaczk/fclones: Efficient Duplicate File Finder

Efficient Duplicate File Finder. Contribute to pkolaczk/fclones development by creating an account on GitHub.

GitHub

Mise à jour de la fiche sur comment trouver les fichiers dupliqués de son disque dur dans le Grimoire :
https://grimoire.d12s.fr/2020/find_duplicate_files.html

Ajout de #fclones, une alternative à #jdupes écrite en #Rust.

#grimcom

Find duplicate files (to remove them and save space)

Trouver des fichiers dupliqués pour les supprimer et libérer du stockage. Modern Rust solution : fclones $ fclones group --cache /tmp > dupes.txt (1) $ fclones link < dupes.txt (2) 1 Creates the list of duplicated files 2 Replaces clones by links, other operations are : move, remove, dedupe (via native filesystem deduplication capabilities …

Grimoire-Command.es

@haskman Please drop a link to the repo if you're sharing the source. I'm in a similar boat. I was most recently messing around with #yew and #actix but am interested in getting my hands dirty with something #TUI based. I agree with @arialdo that making a tui git client in would be challenging.

Some tools I'm currently using include #dust https://github.com/bootandy/dust (Apache 2.0) and #fclones https://github.com/pkolaczk/fclones (MIT).

GitHub - bootandy/dust: A more intuitive version of du in rust

A more intuitive version of du in rust. Contribute to bootandy/dust development by creating an account on GitHub.

GitHub
I recently discovered #fclones (https://github.com/pkolaczk/fclones) and I've been using it throughout the last days to clean up my old #fileserver. While some of my data is cleanly #organized, I also have a huge pool of stuff I just dumped into a handful of directories of which I'm not sure anymore, whether I already have a "sorted copy".
fclones' #speed and great UX finally makes it really easy to deal with this!
Next up: finding #duplicate images _after_ even when their EXIF data differ!
GitHub - pkolaczk/fclones: Efficient Duplicate File Finder

Efficient Duplicate File Finder. Contribute to pkolaczk/fclones development by creating an account on GitHub.

GitHub