Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 202 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 202 Bytes

Tool to analyze CLOCK entries in Logseq graphs with Python.

Building

To build, use pyinstaller:

pyinstaller mlkgraphclock.py --onefile

pyinstaller must be installed by root.