A CLI/Terminal file deduper.
Moving a lot of files from old laptop to new, lots of duplicate videos in scattered directories with different file names.
Point the CLI tool at a directory and up pops a ncurses application that scans from the directory you specify (recursively), hashes all the files to get groups of dupes, and then ranks the dupes into a table (that looks like top) so you can work your way through the dupes and decide which to keep without your hands leaving the keyboard.
It automatically ignores typical developer directories like node_modules so you're not tortured with noise in the result set.
Hit 'p' and a preview pops up so you can double check they are indeed dupes, if it's a media file the preview window autoplays the dupe videos in tiles with zero volume.
Supports a dry run mode, and switches to cover behaviour like sending dupes to trash rather than hard deletion.
Moving a lot of files from old laptop to new, lots of duplicate videos in scattered directories with different file names.
Point the CLI tool at a directory and up pops a ncurses application that scans from the directory you specify (recursively), hashes all the files to get groups of dupes, and then ranks the dupes into a table (that looks like top) so you can work your way through the dupes and decide which to keep without your hands leaving the keyboard.
It automatically ignores typical developer directories like node_modules so you're not tortured with noise in the result set.
Hit 'p' and a preview pops up so you can double check they are indeed dupes, if it's a media file the preview window autoplays the dupe videos in tiles with zero volume.
Supports a dry run mode, and switches to cover behaviour like sending dupes to trash rather than hard deletion.