idot

Version, currently main branch1 version
  • main branchlatestSep 28, 2021

github.com/superhawk610/idot

Display Graphviz images inline in your terminal (inspired by https://twitter.com/thingskatedid/status/1316075850580652032).

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  idot:
    github: superhawk610/idot
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.1.1
License
MIT
Author
Aaron Ross
Target
  • idot from src/idot.cr

Dependencies

This version declares no dependencies.

README

idot

Display Graphviz images inline in your terminal.

echo 'digraph { A -> B }' | idot

See this tweet.