Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Because that still doesn't solve the issue of having an easy way to browse the result and delete files. Looking for some actual tool that is a little more dynamic than printing results and manually deleting them. Commented Aug 7, 2021 at 17:07
  • 1
    There is nothing, you need to roll your own. It's too unique a problem. If you have a diff, you can iterate through it and request whether it can be deleted or not. What's that, about 10 lines of bash code? Commented Aug 7, 2021 at 17:11
  • I already have a solution of my own that is more usable than just listing files and diffing, but what I'm trying to tackle is putting it in a usable and performant UI. Really if I could run ncdu and specifically filter files that only have one link, that would solve my issue. Hard to believe this wouldn't exist. Commented Aug 7, 2021 at 17:13