{"id":13409856,"url":"https://github.com/adrianlopezroche/fdupes","last_synced_at":"2025-05-13T17:10:28.282Z","repository":{"id":17048569,"uuid":"19813003","full_name":"adrianlopezroche/fdupes","owner":"adrianlopezroche","description":"FDUPES is a program for identifying or deleting duplicate files residing within specified directories.","archived":false,"fork":false,"pushed_at":"2025-03-31T19:08:51.000Z","size":339,"stargazers_count":2657,"open_issues_count":88,"forks_count":198,"subscribers_count":58,"default_branch":"master","last_synced_at":"2025-04-25T14:50:39.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Coding/Coding-iOS","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adrianlopezroche.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-05-15T09:00:19.000Z","updated_at":"2025-04-23T17:44:46.000Z","dependencies_parsed_at":"2024-07-14T21:49:47.354Z","dependency_job_id":"bd0d0407-85de-4ff1-9505-02b814c260d3","html_url":"https://github.com/adrianlopezroche/fdupes","commit_stats":{"total_commits":138,"total_committers":26,"mean_commits":"5.3076923076923075","dds":0.2536231884057971,"last_synced_commit":"a93ad47f66c63beb00584fd2188867bd9e5931b5"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianlopezroche%2Ffdupes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianlopezroche%2Ffdupes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianlopezroche%2Ffdupes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianlopezroche%2Ffdupes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrianlopezroche","download_url":"https://codeload.github.com/adrianlopezroche/fdupes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253990468,"owners_count":21995774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:01:03.735Z","updated_at":"2025-05-13T17:10:23.268Z","avatar_url":"https://github.com/adrianlopezroche.png","language":"C","funding_links":[],"categories":["C","CLI Utilities","Filesystems","Uncategorized","\\*nix/\\*nux"],"sub_categories":["Uncategorized","Filesystem Management"],"readme":"# Introduction\n\nFDUPES is a program for identifying duplicate files residing\nwithin specified directories.\n\n\n# Usage\n\n```\nUsage: fdupes [options] DIRECTORY...\n\n -r --recurse            for every directory given follow subdirectories\n                         encountered within\n -R --recurse:           for each directory given after this option follow\n                         subdirectories encountered within (note the ':' at the\n                         end of the option, manpage for more details)\n -s --symlinks           follow symlinks\n -H --hardlinks          normally, when two or more files point to the same\n                         disk area they are treated as non-duplicates; this\n                         option will change this behavior\n -G --minsize=SIZE       consider only files greater than or equal to SIZE bytes\n -L --maxsize=SIZE       consider only files less than or equal to SIZE bytes\n -c --cache              speed up file comparisons by keeping track of their\n                         signatures in a database; additional parameters may be\n                         provided using one or more cache parameters (as below)\n -x cache.OPTION         supply an optional cache parameter, where OPTION is one\n                         of the keywords below and multiple options may be\n                         supplied via successive -x arguments:\n    readonly             read but do not update file signatures\n    prune                look through entire cache and delete orphaned entries\n    clear                clear all entries from cache\n    vacuum               reduce size of DB file, if possible\n                         (note that the options prune, clear, and vacuum may be\n                         employed without supplying a DIRECTORY argument, and\n                         will take effect even if readonly is also specified)\n -n --noempty            exclude zero-length files from consideration\n -A --nohidden           exclude hidden files from consideration\n -f --omitfirst          omit the first file in each set of matches\n -1 --sameline           list each set of matches on a single line\n -S --size               show size of duplicate files\n -t --time               show modification time of duplicate files\n -m --summarize          summarize dupe information\n -M --quicksummary       summarize dupe information quickly, skipping the\n                         slower byte-for-byte match confirmation\n -q --quiet              hide progress indicator\n -d --delete             prompt user for files to preserve and delete all\n                         others; important: under particular circumstances,\n                         data may be lost when using this option together\n                         with -s or --symlinks, or when specifying a\n                         particular directory more than once; refer to the\n                         fdupes documentation for additional information\n -D --deferconfirmation  in interactive mode, defer byte-for-byte confirmation\n                         of duplicates until just before file deletion\n -P --plain              with --delete, use line-based prompt (as with older\n                         versions of fdupes) instead of screen-mode interface\n -N --noprompt           together with --delete, preserve the first file in\n                         each set of duplicates and delete the rest without\n                         prompting the user\n -I --immediate          delete duplicates as they are encountered, without\n                         grouping into sets; implies --noprompt\n -p --permissions        don't consider files with different owner/group or\n                         permission bits as duplicates\n -o --order=BY           select sort order for output and deleting; by file\n                         modification time (BY='time'; default), status\n                         change time (BY='ctime'), or filename (BY='name')\n -i --reverse            reverse order while sorting\n -l --log=LOGFILE        log file deletion choices to LOGFILE\n -v --version            display fdupes version\n -h --help               display this help message\n\nUnless -1 or --sameline is specified, duplicate files are listed\ntogether in groups, each file displayed on a separate line. The\ngroups are then separated from each other by blank lines.\n\nWhen -1 or --sameline is specified, spaces and backslash characters (\\)\nappearing in a filename are preceded by a backslash character. For\ninstance, \"with spaces\" becomes \"with\\ spaces\".\n\nWhen using -d or --delete, care should be taken to insure against\naccidental data loss. While no information will be immediately\nlost, using this option together with -s or --symlink can lead\nto confusing information being presented to the user when prompted\nfor files to preserve. Specifically, a user could accidentally\npreserve a symlink while deleting the file it points to. A similar\nproblem arises when specifying a particular directory more than\nonce. All files within that directory will be listed as their own\nduplicates, leading to data loss should a user preserve a file\nwithout its \"duplicate\" (the file itself!).\n```\n\n\n# Contact Information for Adrian Lopez\n\nemail: adrianlopezroche@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianlopezroche%2Ffdupes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrianlopezroche%2Ffdupes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianlopezroche%2Ffdupes/lists"}