github blob42/gosuki v1.4.1-rc1

pre-release4 hours ago

What Changed

Fixed

  • suki: expand ~ and $HOME in database path before opening the database — closes #25

Installation

Arch Linux

paru install gosuki-git

You can build from the PKGBUILD file in packages/arch/PKGBUILD

Debian / Ubuntu

Full instructions at https://git.blob42.xyz/gosuki.net/-/packages/debian/gosuki

Setup this registry from the command line:

sudo curl https://git.blob42.xyz/api/packages/gosuki.net/debian/repository.key -o /etc/apt/keyrings/gosuki.asc

echo "deb [signed-by=/etc/apt/keyrings/gosuki.asc] https://git.blob42.xyz/api/packages/gosuki.net/debian trixie main" | sudo tee -a /etc/apt/sources.list.d/gosuki.list
sudo apt update

To install the package, run the following command:

sudo apt install gosuki=1.4.1-rc1-1

From Source

Gosuki Daemon:

go install -tags systray github.com/blob42/gosuki/cmd/gosuki@latest

note: skip the tags flag if you don't need the feature

Suki:

go install github.com/blob42/gosuki/cmd/suki@latest

Full Changelog: v1.4.0...v1.4.1-rc1

Don't miss a new gosuki release

NewReleases is sending notifications on new releases.