🍺 BREW Explorer

← all formulae

dfc

brew install dfc v3.1.1_1 BSD-3-Clause

Display graphs and colors of file system space/usage

350
30-day installs · #2072
1.1k
90-day · #2078
2.1k
365-day · #2772
116
★ GitHub stars · updated 10mo ago

Runtime dependencies

Build dependencies

GitHub topics

cli cross-platform df disk-space filesystem partitions

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "cmake",
    "gettext"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "gettext"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Display graphs and colors of file system space/usage",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:55+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "dfc",
  "github_default_branch": "master",
  "github_last_commit_at": "2025-10-14T07:43:47Z",
  "github_readme_excerpt": "# README\n\n`dfc` is a tool to report file system space usage information. When the output\nis a terminal, it uses color and graphs by default. It has a lot of features\nsuch as HTML, JSON and CSV export, multiple filtering options, the ability to\nshow mount options and so on.\n\n![screenshot](res/screenshot.png)\n\n## BUILD\n\n`cmake` is required to build `dfc`. For convenience, a simple `Makefile` (which\ncalls `cmake` under the hood) is provided.\n\nI suggest you create a `build` directory in which you compile `dfc`. This is of\ncourse not required but it will prevent files from being created everywhere in\nthe source folder.\n\n### BUILD STEPS\n\nCreate the build directory:\n\n\tmkdir build\n\nNavigate into it:\n\n\tcd build\n\nRun the `cmake` command to generate a `Makefile` that works for your OS:\n\n\tcmake ..\n\nNow you can use the make command to build `dfc`:\n\n\tmake\n\nThe `dfc` binary will be placed into a `bin` sub-directory.\n\n### BUILD OPTIONS\n\nSeveral options can be tweaked before you compile `dfc`. To activate /\ndeactivate or change them, you need to do it at the `cmake` step. Note that you\nmay also use `ccmake` instead which gives you a `curses` interface to tweak the\noptions.\n\nBy default, translations are enabled. They require `gettext` to be installed on\nthe system. You can however easily disable them in which case no translations\nnor language translated configuration files will be installed.\n\n\tcmake .. -DNLS_ENABLED=false\n\n`dfc` has also the `LFS` option enabled by default. This option activates\ncompile flags in order to support listing of large file systems (over 4G) on\n32-bit hosts. This will not harm 64-bit systems if activated but if you feel the\nneed to deactivate it, use the following:\n\n    cmake .. -DLFS_ENABLED=false\n\nDifferent types of build are available. Most people will only care about\n`RELEASE` which is the build type that shall be used when distributing the\nsoftware as binary or installing it as it adds some optimization flags.\nTo enable `RELEASE` build use the followin",
  "github_repo": "Rolinh/dfc",
  "github_stars": 116,
  "github_topics": [
    "cli",
    "cross-platform",
    "df",
    "disk-space",
    "filesystem",
    "partitions"
  ],
  "homepage": "https://github.com/Rolinh/dfc",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 350,
  "installs_365d": 2088,
  "installs_90d": 1133,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "BSD-3-Clause",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "dfc",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 2072,
  "rank_365d": 2772,
  "rank_90d": 2078,
  "raw_hash": "ba8b1eaee964f125",
  "recommended_dependencies": [],
  "revision": 1,
  "ruby_source_path": "Formula/d/dfc.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "3.1.1",
  "versioned_formulae": [],
  "why_use_this": null
}