adrianlopezroche / fdupes

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
2.43k stars 187 forks source link

Use indices by default to tag files for deletion in ncurses mode. #105

Closed adrianlopezroche closed 6 years ago

adrianlopezroche commented 6 years ago

Instead of asking for input in the form of right arrow key to keep, left arrow key to delete, have fdupes use indices to mark files to be preserved as with traditional fdupes prompt (e.g. "preserve files [1 - 4]:").

adrianlopezroche commented 6 years ago

Implemented in 25a8323.