Skip to content

dvolk/orgdot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

orgdot

Description

Turn org-mode headers into a graph using networkx and graphviz

Performance

Please see #4 for a performance evaluation

Requirements

  • python 3.6+
  • graphviz
  • python3-networkx
  • python3-argh

Installation example

git clone https://github.com/dvolk/orgdot.git
cd orgdot
virtualenv -p python3 venv
source venv/bin/activate
pip install networkx argh

Use example

python main.py stem.txt 

Example

* STEM
** Biology
*** Zoology
*** Microbiology
*** Genetics
*** Ecology
** Chemistry
*** Analytical Chemistry
*** Physical chemistry
*** Biochemistry
** Physics
*** Mechanics
**** Orbital mechanics
*** Thermodynamics
*** Electrodynamics
*** Materials science

->

Example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages