Skip to content

Instantly share code, notes, and snippets.

@afomi
Last active August 29, 2015 14:12
Show Gist options
  • Save afomi/9aa9633942c3c7c82e6f to your computer and use it in GitHub Desktop.
Save afomi/9aa9633942c3c7c82e6f to your computer and use it in GitHub Desktop.
Graphviz: Noodling out my own workflow
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
compound=true;
idea -> paper
paper -> inbox
org_tools -> pivotal_tracker
org_tools -> textfiles
org_tools -> trello
org_tools -> calendar
org_tools -> gmail
gmail -> labeleditems
inbox -> org_tools
gmail -> pomodoro
calendar -> pomodoro
textfiles -> pomodoro
pivotal_tracker -> pomodoro
trello -> pomodoro
pomodoro -> now
foursquare -> stream
fitbit -> stream
now -> stream
stream -> nag
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment