Skip to content

Instantly share code, notes, and snippets.

@afomi
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afomi/3f3aad725d48bba39805 to your computer and use it in GitHub Desktop.
Save afomi/3f3aad725d48bba39805 to your computer and use it in GitHub Desktop.
Graphviz: Modeling GTD
<h1>
Personal Workflow
</h1>
<p>
Charting different aspects of my personal workflow; from Idea through Completion, and beyond. Then, repeat.
</p>
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
compound=true;
idea -> paper
paper -> inbox
subgraph clusterA {
label = "tools"
jira
textfiles
trello
calendar
gmail
"Dropbox (Files & Images)"
}
gmail -> labeleditems
gmail -> reading
idea -> trello [lhead=clusterA]
inbox -> trello [lhead=clusterA]
images_and_photos -> trello [lhead=clusterA]
trello -> "stuff i'm actually doing" [ltail=clusterA]
reading -> "stuff i'm actually doing"
documents -> reading
instapaper -> reading
kindle -> reading
youtube -> distractions
pandora -> distractions
distractions -> "stuff i'm actually doing"
org_tools -> "afomi.com"
nag -> "afomi.com"
trello -> nag
foursquare -> nag
"stuff i'm actually doing" -> nag
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment