diff options
author | Slávek Banko <[email protected]> | 2021-10-21 21:39:56 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-10-21 21:40:23 +0200 |
commit | bc6557ccad587dab96282d23a249421483e2a991 (patch) | |
tree | 687caa516666913b153c5f2f3c1bc0cbc8302fbd /README.md | |
parent | f8121135dfd22c86635c4d813b2b2f9f33e0f93f (diff) | |
download | filelight-bc6557ccad587dab96282d23a249421483e2a991.tar.gz filelight-bc6557ccad587dab96282d23a249421483e2a991.zip |
Change README to markdown format.r14.0.11
Add translation status overview.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit fdae352789c6c0f5c34d5c8625b063b9ab7b3a34)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b96319e --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ + + Filelight - a pie-chart diskspace viewer + + +Filelight allows you to understand how your diskspace is being used by +graphically representating your filesystem as a set of concentric +segmented-rings. + +It is like a pie-chart indeed, but the segments nest allowing you to see +both which directories take up all your space as well as which +directories and files inside those directories are the real culprits. + + +Usage Tips +------------ + +* Click on directories to center the view there +* Click on files to launch the application associated with them +* Middle click to open files/directories with Konqueror +* Right click on the central white circle to manipulate the base + directory +* Increase the window size to see more detail +* Hover over segments to find out more information +* Available as a view-KPart in Konqueror +* You can specify a directory to scan on startup from the command line, + eg: + + $ filelight /home/mxcl + +. + +Contributing +-------------- + +If you wish to contribute to filelight (TDE), you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate + + +Translations status +--------------------- + +### messages +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/filelight/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/) + +### desktop files +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/filelight-desktop-files/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/) |