https://github.com/taciturnaxolotl/akami
🌷 the cutsie hackatime helper!
https://github.com/taciturnaxolotl/akami
charm cobra fang go hackatime hackclub
Last synced: about 1 month ago
JSON representation
🌷 the cutsie hackatime helper!
- Host: GitHub
- URL: https://github.com/taciturnaxolotl/akami
- Owner: taciturnaxolotl
- License: mit
- Created: 2025-06-22T21:19:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-29T02:14:51.000Z (6 months ago)
- Last Synced: 2026-03-11T15:50:41.927Z (3 months ago)
- Topics: charm, cobra, fang, go, hackatime, hackclub
- Language: Go
- Homepage: https://tangled.sh/@dunkirk.sh/akami
- Size: 1.63 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🌷 Akami
The cutsie [hackatime](https://hackatime.hackclub.com/) 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
```bash
# Go
go install github.com/taciturnaxolotl/akami@latest
```
### Nix
```bash
# Direct installation with flakes enabled
nix profile install github:taciturnaxolotl/akami
```
For use in your own flake:
```nix
# 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](https://github.com/charmbracelet/fang) and [cobra](https://github.com/spf13/cobra). If you have any suggestions or issues feel free to open an issue on my [tangled](https://tangled.sh/@dunkirk.sh/akami) knot
© 2025-present Kieran Klukas