frensviz

command module
v0.0.0-...-347a46c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

README

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 .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL