{"id":13451532,"url":"https://github.com/imsnif/diskonaut","last_synced_at":"2025-05-14T07:09:57.703Z","repository":{"id":39669478,"uuid":"242406704","full_name":"imsnif/diskonaut","owner":"imsnif","description":"Terminal disk space navigator 🔭","archived":false,"fork":false,"pushed_at":"2024-03-07T20:44:17.000Z","size":4698,"stargazers_count":2673,"open_issues_count":38,"forks_count":72,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-05-12T09:10:03.177Z","etag":null,"topics":["cli","disk-space","navigator","terminal","visualization"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imsnif.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["imsnif"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-02-22T20:24:51.000Z","updated_at":"2025-05-12T07:41:41.000Z","dependencies_parsed_at":"2024-06-21T15:44:32.567Z","dependency_job_id":"970d3cea-31d3-4e24-a795-37bbab5f8f10","html_url":"https://github.com/imsnif/diskonaut","commit_stats":{"total_commits":203,"total_committers":20,"mean_commits":10.15,"dds":"0.13793103448275867","last_synced_commit":"65cd829069e275dc8a3e4493d0da7f8f08055d82"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsnif%2Fdiskonaut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsnif%2Fdiskonaut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsnif%2Fdiskonaut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imsnif%2Fdiskonaut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imsnif","download_url":"https://codeload.github.com/imsnif/diskonaut/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092789,"owners_count":22013290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","disk-space","navigator","terminal","visualization"],"created_at":"2024-07-31T07:00:55.328Z","updated_at":"2025-05-14T07:09:52.693Z","avatar_url":"https://github.com/imsnif.png","language":"Rust","readme":"# diskonaut\n![demo](demo.gif)\n\n## How does it work?\n\nGiven a path on your hard-drive (which could also be the root path, eg. `/`). `diskonaut` scans it and indexes its metadata to memory so that you could explore its contents (even while still scanning!).\n\nOnce completed, you can navigate through subfolders, getting a visual treemap representation of what's taking up your disk space. You can even delete files or folders and `diskonaut` will track how much space you've freed up in this session.\n\n## Installation\n\n### Download a prebuilt binary\nIf you're using linux, you can check out the \"releases\" of this repository to download the latest prebuilt binary.\n\n### With cargo (linux / macOS / windows)\n```\ncargo install diskonaut\n```\n\n### Fedora/CentOS\n\n```\nsudo dnf install diskonaut\n```\nFor older Fedora releases and CentOS available in [COPR](https://copr.fedorainfracloud.org/coprs/atim/diskonaut/):\n```\nsudo dnf copr enable atim/diskonaut -y\nsudo dnf install diskonaut\n```\n\n### Arch Linux\n\nAvailable in the [AUR](https://aur.archlinux.org/packages/diskonaut):\n\n```\nyay diskonaut\n```\n\n### Gentoo\n\nAvailable through the following overlay as `sys-fs/diskonaut`:\n\nhttps://github.com/telans/EBUILDS\n\n### Nix / NixOS\nAvailable in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/diskonaut/default.nix):\n```\n$ nix-env --install diskonaut\n$ # (Or using the attribute name, which is also diskonaut.)\n```\n\n### FreeBSD\nAvailable in [freshports](https://www.freshports.org/sysutils/diskonaut/):\n```\npkg install diskonaut\n```\n\n### macOS\nAvailable in [Homebrew](https://formulae.brew.sh/formula/diskonaut)\n```\nbrew install diskonaut\n```\nAlso available in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/diskonaut/default.nix): see Nix section for more details.\n\n## Supported platforms\nRight now `diskonaut` supports linux, macos and windows.\n\n## Usage\nEither start `diskonaut` in the folder you want to scan, or provide it with the folder you'd like to scan as an argument:\n```\n$ diskonaut /home/aram\n```\n\n## Contributing\nContributions of any kind are very much welcome. If you think `diskonaut` is cool and you'd like to hack at it, feel free to look through the issues. Take a look especially at ones marked \"help wanted\" or \"good first issue\".\nAlso, if you found a bug or have an idea for a new feature, please feel free to open an issue to discuss it.\n\nFor more detailed information, please see the CONTRIBUTING.md file at the root of this repository.\n\nIf at any point you feel stuck, are unsure how to begin or what to work on, please do not hesitate to reach out to me personally: aram@poor.dev\n\n## License\nMIT\n","funding_links":["https://github.com/sponsors/imsnif"],"categories":["Rust","Files and Directories","Applications","应用程序 Applications","cli","Uncategorized","💻 Apps","\u003ca name=\"disk-analyzer\"\u003e\u003c/a\u003eDisk usage analyzers","System Monitor","Table of Contents"],"sub_categories":["Disk Usage","System tools","Utilities","系统工具 System tools","Uncategorized","🚀 Productivity and Utilities"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimsnif%2Fdiskonaut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimsnif%2Fdiskonaut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimsnif%2Fdiskonaut/lists"}