dfc icon indicating copy to clipboard operation
dfc copied to clipboard

Report file system space usage information with style

Results 13 dfc issues
Sort by recently updated
recently updated
newest added

On my hosts I have this display in en : ``` $ LANG= /bin/dfc FILESYSTEM (=) USED FREE (-) %USED AVAILABLE TOTAL MOUNTED ON dev [--------------------] 0.0% 7.8G 7.8G /dev...

bug

One would expect `dfc -p ` to result in either exact string matching, or substring matching, but it seems it does half of both by doing substring matching but only...

On #23 This is only a wip, I want to keep track of various things during development. There are still things tbd: - [ ] translation of the new options...

Translates every string in an up-to-date po file as well as the manpage and the rc file. This does not include new strings introduced in #24 I also didn't test...

This is a thing I noticed working on #24 : If I draw a graph in the latex output, every empty graph element is outputted as a `\-`: ``` dev...

Hello, first and foremost, I really like `dfc`. On my server I have multiple hard drives of different size: ``` FILESYSTEM TYPE (=) USED FREE (-) %USED USED AVAILABLE TOTAL...

Hi, I have the following error when building : ``` make[3]: Entering directory `/home/nemo/src/dfc/build' [ 70%] Generating ../../po/nl.po /usr/bin/msgmerge: error while opening "/home/nemo/src/dfc/po/nl.po" for reading: No such file or directory...

Hi, Here is what I get when I try and build dfc for `CC=arm-linux-androideabi-gcc` : ``` [ 40%] Building C object CMakeFiles/dfc.dir/src/util.c.o /home/sebastien/src/dfc/src/util.c: In function 'getttywidth': /home/sebastien/src/dfc/src/util.c:488:17: error: storage size...

enhancement

Hi, Can you please add the ability to list mount points because one does not know the FSNAME of standard mount points (like /home or /var) in advance: ``` $...

enhancement

dfc blindly `statfs()`es every filesystem it find, not just the ones asked about. This leads to blocking when some automounted filesystems cannot be mounted, but the problematic filesystem is excluded...

enhancement