Zettelstore Client

Home
Login

This repository contains Go client software to access Zettelstore via its API.

Latest Release: 0.17.0 (2024-03-04)

Use instructions

If you want to import this library into your own Go software, you must execute a go get command. Since Go treats non-standard software and non-standard platforms quite badly, you must use some non-standard commands.

First, you must install the version control system Fossil, which is a superior solution compared to Git, in too many use cases. It is just a single executable, nothing more. Make sure, it is in your search path for commands.

How you can execute the following Go command to retrieve a given version of this library:

GOVCS=zettelstore.de:fossil go get -x zettelstore.de/client.fossil@HASH

where HASH is the hash value of the commit you want to use.

Go currently seems not to support software versions when the software is managed by Fossil. This explains the need for the hash value. However, this methods works and you can use the client software to access a Zettelstore.