Metadata-Version: 2.0
Name: org-du
Version: 2018.02.03.01
Summary: du-like output for lines of GNU/Emacs Org-mode files
Home-page: https://github.com/novoid/du-org
Author: Karl Voit
Author-email: tools@Karl-Voit.at
License: UNKNOWN
Download-URL: https://github.com/novoid/du-org/zipball/master
Description-Content-Type: UNKNOWN
Keywords: orgmode,org-mode,du,xdu,visualization
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent

org-du
-----------------------------
This Python 3 script parses parses a list of Org-mode files and
generates output similar to "du" (disk usage) but with lines of
Org-mode instead of kilobytes.

The purpose of this script is to use its output as the input for "xdu" in order
to get a graphical visualization:

: org-du.py my_org_file.org another_org_file.org | xdu

The script accepts an arbitrary number of files (see your shell for
possible length limitations).

Please read https://github.com/novoid/org-du/ for further information and descriptions.


