Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 13:55
· 4 commits to main since this release
v0.1.0
093e369

Changelog

Features

Install

Download the archive for your platform, verify it against checksums.txt,
and put fasync on your PATH. Or:

go install github.com/alekc/freeagent-sync/cmd/fasync@v0.1.0

Or as a container, for linux/amd64 and linux/arm64:

docker run --rm -v fasync-data:/data -v fasync-config:/config \
  ghcr.io/alekc/freeagent-sync:0.1.0 status

/data is the archive, /config the OAuth token. The README covers the
one-time authorisation, which has to happen on a host with a browser.