Metadata-Version: 1.1
Name: org-du
Version: 2017.03.27
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: 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-de/ for further information and descriptions.
        
Keywords: orgmode,org-mode,du,xdu,visualization
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
