duc icon indicating copy to clipboard operation
duc copied to clipboard

Dude, where are my bytes: Duc, a library and suite of tools for inspecting disk usage

Results 94 duc issues
Sort by recently updated
recently updated
newest added

When building duc on OpenSUSE 15 (and the previous version 42) and trying to use lmdb as the backend, the compile fails because OpenSUSE doesn't have pkg-config support setup for...

I compiled duc-1.4.4, I ran: ``` duc index --debug -p -d /projects/foo/.duc-index/duc.db /projects/foo ``` It ran much longer than I expected, and if I strace I get an seemingly infinite...

I want to scan a directory and all it's subdirectories excluding one substructure where I have constantly changing content which I don't care about at the moment. The documentation of...

It would be helpful for "duc info" to accept an optional path to display statistics starting from that directory. The closest I can currently find is "duc xml | head",...

I would like to suggest that the CGI output preserve any optional "-d database" values by passing and parsing that as part of the query_string similar "path=/...", e.g., by adding...

It would be nice to add a button or just a parameter to duc cgi, so one can switch between the file-size view and the number-of-files view without changing the...

A trivial suggestion is to change the "cgi --list --count" column heading from "Size" to "Count" or "Number" (or something to indicate the number displayed is not the "Size" of...

Hi there Can duc capture the time and date of the file and include on the index? that way we can compare files changed between each index run Thanks HY.

Is there a feature to change to the directory you are currently exploring upon quitting, so your shell leaves you in the directory you are on when you quit?

``` /tmp/nested/sim % ls -lR .: total 0 drwxr-xr-x 4 michael michael 80 2020-05-10 11:11 host1 drwxr-xr-x 3 michael michael 60 2020-05-10 11:11 host2 ./host1: total 0 drwxr-xr-x 2 michael...