Categorygithub.com/TheGejr/backlink
modulepackage
1.4.3
Repository: https://github.com/thegejr/backlink.git
Documentation: pkg.go.dev

# README

Backlink

Go Reference GitHub Workflow Status (with event) GitHub GitHub release (with filter)

This simple program makes a list of backlinks from a website. It reports on both external and internal backlinks. It can be used for a quick overview of a website.

Installation and Usage

Install this program:

$ go install github.com/TheGejr/backlink@latest
USAGE: backlink [OPTION...] DOMAIN

$ backlink --help

Example usage

$ backlink https://gejr.dk
https://gejr.dk/
https://gejr.dk/about/
https://gejr.dk/blog/
https://twitter.com/Gejr_sec
https://github.com/TheGejr
https://linkedin.com/in/gejr
$ backlink https://gejr.dk -o output.txt
$ cat output.txt
https://gejr.dk/
https://gejr.dk/about/
https://gejr.dk/blog/
https://twitter.com/Gejr_sec
https://github.com/TheGejr
https://linkedin.com/in/gejr

# Variables

No description provided by the author
empty string to capture backlinks like "/news".

# Structs

No description provided by the author
No description provided by the author