···2233The cutsie [hackatime](https://hackatime.hackclub.com/) helper. Helping solve common problems since `2025`
4455+## Install
66+77+You can download a pre-built binary from the releases or you can use the following options
88+99+### Go
1010+1111+```bash
1212+# Go
1313+go install github.com/taciturnaxolotl/akami@latest
1414+```
1515+1616+### Nix
1717+1818+```bash
1919+# Direct installation with flakes enabled
2020+nix profile install github:taciturnaxolotl/akami
2121+```
2222+2323+For use in your own flake:
2424+2525+```nix
2626+# In your flake.nix
2727+{
2828+ inputs.akami.url = "github:taciturnaxolotl/akami";
2929+3030+ outputs = { self, nixpkgs, akami, ... }: {
3131+ # Access the package as:
3232+ # akami.packages.${system}.default
3333+ };
3434+}
3535+```
3636+537Written 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
638739<p align="center">