goalmap

command module
v0.0.0-...-0e4f0db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2022 License: GPL-3.0 Imports: 10 Imported by: 0

README

goalmap

Roadmap and goal mapping tool in Go. Takes a nested list in markdown format on stdin, spits out a Graphviz dot file on stdout.

Example usage:

$ f=examples/food
$ go run main.go < $f.md > $f.dot 
$ dot -Tpdf -o $f.pdf $f.dot
$ evince $f.pdf

Example input:

- eat                                                                                                                         
  - make dinner                                             
    - buy ingredients                                             
      - find recipe                                                 
      - earn income                                                    
    - have a place to cook                                             
      - pay electric bill                                             
        - earn income                                                                
          - help someone who can pay you                                             
            - learn how to help others                                             
      - buy stove                                                          
        - earn income                                                      
      - buy pots and pans                                                  
        - earn income                                                      
      - pay rent or buy a house                                             
        - earn income                                 

Example output:

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL