Skip to content

danielmsk/du2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

du2html

du2html is a tool to generate human-readable html report from du (disk usage in linux and macos) result.

Installation

pip install du2html
pip install https://github.com/danielmsk/du2html/raw/main/dist/du2html-0.0.6-py3-none-any.whl

Dependency

This du2html doesn't need any other package:

Options

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -i IN, --in IN        input du result file
  -t TOTALSIZE, --totalsize TOTALSIZE
                        total hard disk size (ex: 32t, 100G, 200g)
  -o OUT, --out OUT     output html file

Usage

Make HTML report

du2html -i du_result.txt -t 32t -o du_out.html

Version History

  • 0.0.6 (2022-04-18)
    • debug in '-t' option
  • 0.0.5 (2022-04-13)
    • add relative path for js and css in template html
  • 0.0.4 (2022-04-13)
    • debug
  • 0.0.3 (2022-04-13)
    • debug util.py
  • 0.0.2 (2022-04-13)
    • update README.md
  • 0.0.1 (2022-04-12)
    • first released.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published