~thecashewtrader/frensviz

update friends.txt domain
Release Lock on early return in addRelations

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~thecashewtrader/frensviz
read/write
git@git.sr.ht:~thecashewtrader/frensviz

You can also use your local clone with git send-email.

#Introduction

frensviz logo

frensviz is a program to generate a DOT file from friends.txt files of a domain.

#Installation

#Install Dependencies

  • go

#Installation

go install git.sr.ht/~thecashewtrader/frensviz@latest

#Usage

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.

#Building

#Build Dependencies

  • go

#Building

Clone the source code

git clone https://git.sr.ht/~thecashewtrader/frensviz
cd frensviz
go build .