๐ท Akami
The cutsie hackatime helper. Helping solve common problems since 2025
Install
You can download a pre-built binary from the releases or you can use the following options
Go
# Go
go install github.com/taciturnaxolotl/akami@latestNix
# Direct installation with flakes enabled
nix profile install github:taciturnaxolotl/akamiFor use in your own flake:
# In your flake.nix
{
inputs.akami.url = "github:taciturnaxolotl/akami";
outputs = { self, nixpkgs, akami, ... }: {
# Access the package as:
# akami.packages.${system}.default
};
}Written in go with fang and cobra. If you have any suggestions or issues feel free to open an issue on my tangled knot
ยฉ 2025-present Kieran Klukas
On this page
Languages
Go88.0%Nix12.0%
Contributors
Latest Release
v0.0.1June 23, 2025MIT License
Created June 22, 2025
Updated March 9, 2026
