update friends.txt domain
Add logo
Release Lock on early return in addRelations
frensviz is a program to generate a DOT file from friends.txt files of a domain.
go
go install git.sr.ht/~thecashewtrader/frensviz@latest
frensviz [domain]
Example:
frensviz rehantdaphedar.xyz
You can use the generated file with dot
. For example, to generate an svg:
frensviz rehantdaphedar.xyz > graph.dot
dot -Tsvg graph.dot > graph.svg
You probably want to modify the graph.dot
file or use different flags with dot
. See the DOT Language Documentation for details.
go
Clone the source code
git clone https://git.sr.ht/~thecashewtrader/frensviz
cd frensviz
go build .