Difference between revisions of "QDirStat"

From Free Software Directory
Jump to: navigation, search
m (Updated version to latest stable release 1.6.1 from 2020-02-13)
(Updated to V1.8)
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=QDirStat
 
|Name=QDirStat
|Short description=QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.
+
|Short description=Disk space analyzer
 
|Full description=QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.
 
|Full description=QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.
 +
  
 
This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems.
 
This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems.
  
 
QDirStat has a number of new features compared to KDirStat. To name a few:
 
QDirStat has a number of new features compared to KDirStat. To name a few:
 +
 +
== Features ==
  
 
- Multi-selection in both the tree and the treemap.
 
- Multi-selection in both the tree and the treemap.
Line 14: Line 17:
 
- Properly show errors of cleanup actions (and their output, if desired).
 
- Properly show errors of cleanup actions (and their output, if desired).
  
- File categories (MIME types) and their treemap color are now configurable.
+
- Configurable file categories (MIME types), treemap colors, exclude rules, tree columns.
 +
 
 +
 
 +
== Package manager support ==
 +
 
 +
- Show what software package a system file belongs to.
 +
 
 +
- Packages view showing disk usage of installed software packages and their individual files.
 +
 
 +
- Unpackaged files view showing what files in system directories do not belong to any installed software package.
 +
 
 +
== New views ==
 +
 
 +
- Disk usage per file type (by filename extension).
 +
 
 +
- File size histogram view.
 +
 
 +
- File age view.
  
- Exclude rules for directories are easily configurable.
+
- Free, used and reserved disk size for each mounted filesystem (like df)
  
- Desktop-agnostic; no longer relies on KDE or any other specific desktop.
 
  
 
For more information and screenshots, see  
 
For more information and screenshots, see  
Line 24: Line 43:
 
   https://github.com/shundhammer/qdirstat
 
   https://github.com/shundhammer/qdirstat
 
|Homepage URL=https://github.com/shundhammer/qdirstat
 
|Homepage URL=https://github.com/shundhammer/qdirstat
 +
|Version download=https://github.com/shundhammer/qdirstat/archive/1.8.tar.gz
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone https://github.com/shundhammer/qdirstat
 
|VCS checkout command=git clone https://github.com/shundhammer/qdirstat
 
|Computer languages=C++, Perl
 
|Computer languages=C++, Perl
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
|Version identifier=1.6.1
+
|Version identifier=1.8
|Version date=2020/02/13
+
|Version date=2021/08/28
 
|Version status=stable
 
|Version status=stable
|Version download=https://github.com/shundhammer/qdirstat/archive/1.6.1.tar.gz
 
 
|Last review by=Alejandroindependiente
 
|Last review by=Alejandroindependiente
 
|Last review date=2016/12/28
 
|Last review date=2016/12/28
Line 41: Line 60:
 
{{Project license
 
{{Project license
 
|License=GPLv2
 
|License=GPLv2
 +
|License copyright=tbd
 
|License verified by=IanK
 
|License verified by=IanK
|License verified date=2016/10/29
+
|License verified date=2016-10-29
 +
|License note=https://github.com/shundhammer/qdirstat/blob/master/LICENSE
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 52: Line 73:
 
|Uitoolkit=qt
 
|Uitoolkit=qt
 
|Version-control=git
 
|Version-control=git
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 
}}
 
}}
 
{{Software prerequisite}}
 
{{Software prerequisite}}
 +
{{Person
 +
|Real name=Stefan Hundhammer
 +
|Role=Main author
 +
|Email=Stefan.Hundhammer@gmx.de
 +
}}
 +
{{Resource
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/shundhammer/qdirstat/issues
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|Decommissioned or Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 +
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 16:49, 28 August 2021


[edit]

QDirStat

https://github.com/shundhammer/qdirstat
Disk space analyzer

QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.


This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on GNU/Linux, BSD and other Unix-like systems.

QDirStat has a number of new features compared to KDirStat. To name a few:

Features

- Multi-selection in both the tree and the treemap.

- Unlimited number of user-defined cleanup actions.

- Properly show errors of cleanup actions (and their output, if desired).

- Configurable file categories (MIME types), treemap colors, exclude rules, tree columns.


Package manager support

- Show what software package a system file belongs to.

- Packages view showing disk usage of installed software packages and their individual files.

- Unpackaged files view showing what files in system directories do not belong to any installed software package.

New views

- Disk usage per file type (by filename extension).

- File size histogram view.

- File age view.

- Free, used and reserved disk size for each mounted filesystem (like df)


For more information and screenshots, see

 https://github.com/shundhammer/qdirstat





Licensing

License

Verified by

Verified on

Notes

License

GPLv2

Verified by

IanK

Verified on

29 October 2016




Leaders and contributors

Contact(s)Role
Stefan Hundhammer Main author


Resources and communication

AudienceResource typeURI
Bug Trackinghttps://github.com/shundhammer/qdirstat/issues


Software prerequisites

KindDescription
{{{Prerequisite description}}}




Entry










"{{{Prerequisite kind}}}" is not in the list (Required to use, Required to build, Source requirement, Weak prerequisite) of allowed values for the "Prerequisite kind" property.


"Main author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.





Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.