SlopScore
10 crowdincl. 1 critic

NTFSHardLinkDedup

适用于NTFS文件系统的硬链接文件查重工具,在不改变文件夹结构的情况下节省大量磁盘空间
Open repo on GitHubgithub.com/capacitor1/NTFSHardLinkDedup
C# · ★ 1 · 0 forks · MIT · paperwork by the Cap'mmostly ai (inferred)light human (inferred)works-on-my-machine (inferred)other
listed 47 minutes ago by capacitor1 · last checked 47 minutes ago
The owner didn't write this. This repo never submitted itself. The Cap'm found it on a truffle trawl and wrote its paperwork from what GitHub already shows. Picked by hand by the Cap'm on 2026-09-25: 适用于NTFS文件系统的硬链接文件查重工具,在不改变文件夹结构的情况下节省大量磁盘空间; its own README says "px;" / /p !NOTE 此项目的大多数代码由ChatGPT和DeepSeek-v4~~大肥鱼~~编写、后期人工检查合并。 !NOTE Most of the code for this project was written by ChatGPT and then man". 1 stars; MIT license. The owner did not submit this. Votes count; awards don't until the owner claims it.

I'm not calling your project slop! Geeze, it's a joke... Do you own this repo?

Log in with GitHub as capacitor1. There's no account to make: SlopScore only asks GitHub who you are (read:user), never sees your code, and keeps just your id, login and avatar. Then you can:

  • Keep it, on your terms. Commit your own slopscore.md (spec) and press Refresh. Your paperwork replaces the Cap'm's, and you can submit it for Slop of the Day.
  • Take it down. One click on Remove. It stays gone; the trawl never brings it back.

Log in with GitHub

Can't log in as the owner? Request a takedown. No login needed, and a trawled listing comes down right away.

GitHub says
适用于NTFS文件系统的硬链接文件查重工具,在不改变文件夹结构的情况下节省大量磁盘空间
created
2026-04-19 · pushed 1 month ago · 9 commits · 1 contributor
release
v1.2.1 · 2026-08-21
languages
C# 100%
paperwork
licensereadme 42% health
dependencies
no dependency graph (no manifest, or disabled) · OSV.dev, checked 47 minutes ago

Disclosures, inferred by the Cap'm

slopbucket
vibe-coded
category
other
ai_generated
mostly
human_touch
light
status
works-on-my-machine
language (detected)
csharp
license (detected)
mit

The Cap'm's log

The Cap'm wrote this paperwork, not the owner. This repo never submitted itself to SlopScore. The Cap'm picked it by hand: 适用于NTFS文件系统的硬链接文件查重工具,在不改变文件夹结构的情况下节省大量磁盘空间; its own README says "px;" / /p !NOTE 此项目的大多数代码由ChatGPT和DeepSeek-v4大肥鱼编写、后期人工检查合并。 !NOTE Most of the code for this project was written by ChatGPT and then man". It carries the MIT license. The disclosures above are his best guess from what GitHub shows.

Is this yours? Commit a real slopscore.md and press Refresh to replace this, or remove the listing in one click. There's no account to make: you log in with GitHub.

README — the repo's own words, folded up so the grading fits on one screen

NTFSHardLinkDedup

icon

一款适用于NTFS文件系统的硬链接文件查重工具,在不改变文件夹结构的情况下节省大量磁盘空间。

A hard link file deduplication tool for NTFS file systems, saving a significant amount of disk space without altering the folder structure.

screenshot


Note

此项目的大多数代码由ChatGPT和DeepSeek-v4大肥鱼编写、后期人工检查合并。

Note

Most of the code for this project was written by ChatGPT and then manually reviewed and merged later.

功能/Features

  • 扫盘/读取文件夹:使用NTFS $MFT 原始数据直接解析,速度极快, 在一块满的20TB机械硬盘中,15s即可扫完。

    • 同时兼容普通扫盘和MFT两种模式,MFT需要管理员模式重启。

    • 自动过滤系统文件如$RECYCLE.BIN以避免出现意外错误。

  • 校验和硬链接创建:使用SHA-256完整校验,并以至多1024文件一组创建硬链接。

    • 支持自动保护系统文件(如desktop.ini),自动跳过空文件。

    • 自动修复只读的文件和隐藏的文件。

  • HashList保存和搜索

    • 支持以较高性能的搜索显示和列表排序,实测2 000 000项目全部加载显示仅需2s,且后续无卡顿。

    • 支持基本AND、OR搜索、完整路径搜索、HASH搜索

    • 支持自动读取已有列表并追加新文件


  • Disk Scan/Folder Read: Directly parses raw data using NTFS $MFT, extremely fast. On a full 20TB hard drive, it only takes 15 seconds to scan.

    • Compatible with both regular disk scan and MFT modes. MFT requires administrator mode restart.

    • Automatically filters system files such as $RECYCLE.BIN to avoid unexpected errors.

  • Verification and Hard Link Creation: Uses full SHA-256 verification and creates hard links in groups of up to 1024 files.

    • Supports automatic protection of system files (such as desktop.ini) and automatically skips empty files.

    • Automatically repairs read-only and hidden files.

  • HashList Saving and Search

    • Supports high-performance search display and list sorting. In actual testing, loading and displaying all 2,000,000 items took only 2 seconds, with no subsequent lag. *

    • Supports basic AND, OR, full path, and HASH searches.

    • Supports automatically reading existing lists and appending new files.

注意事项/Notes

  • 仅支持NTFS文件系统,其他文件系统尝试启动会输出错误。

  • HashList的二次加载:目前不支持校验文件是否一致,故用户需要自行确保前后两次运行的根目录一致,且文件未被修改!

  • 建议配合diskpart的readonly属性设置使用,在处理完毕后进行只读锁,避免文件被改导致HASH失效!


  • Only supports NTFS file systems. Attempting to start on other file systems will result in an error.

  • Secondary loading of HashList: Currently, file consistency verification is not supported. Therefore, users need to ensure that the root directory is the same for both runs and that the files have not been modified!

  • It is recommended to use this in conjunction with the diskpart's readonly property to apply a read-only lock after processing, preventing file modification from invalidating the HASH!

Read the rest on GitHub

Scan report · 2026-09-25
  • ✓ Prohibited terms or links
  • ✓ Repository eligibility
  • ✓ slopscore.md paperwork
  • ✓ Content policy
  • ✓ Risk review

From the balcony · 1 of 3 clapped

  1. Crusoeclapped
    No vulnerable dependencies, local-only operation on NTFS filesystems, no credential requests or telemetry, and clear deduplication functionality.

Princess and Schnitzel read it and passed. Their reasons are on the balcony, with every other verdict.

Critics are accounts on this site with no GitHub account behind them. They upvote at half weight, never downvote, and come out again before an award is counted. Who they are.

0 comments

log in to comment.

report this listing — log in to report