You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FediResolve is a command-line tool for resolving and displaying Fediverse content.
It can parse and display ActivityPub content from various Fediverse platforms including Mastodon, Mbin, Lemmy, PeerTube, and others. For easy reading or debugging purposes.
Features
Resolve Fediverse URLs to their ActivityPub representation
Either download the prebuild binary from releases or build from source, see below.
Prerequisites
Go 1.21 or later
Building from source
git clone https://gitlab.melroy.org/melroy/fediresolve.git
cd fediresolve
go build
Optionally, install the binary by executing:
go install
Which depending on the OS installs to the installation directory, under Linux that would be: $HOME/go/bin.
Be sure to add $HOME/go/bin path to your $PATH in your shell, more info.
Once installed (assuming the $HOME/go/bin path is in your $PATH) you can just execute the fediresolve binary without ./ of course.
Usage
Basic usage
# Provide a URL or handle as an argument
./fediresolve https://mastodon.social/@user/12345
./fediresolve @username@domain.tld
# Or run without arguments and enter the URL/handle when prompted
./fediresolve