Extension Icon

Hakuna

Raycast extention for hakuna.ch. Get your personal API token from app.hakuna.ch/token.
Avatarfratoro
44 Installs
Overview

Hakuna Timer

Hakuna Extention to start and stop a timer at hakuna.ch

Features

  • Support for entries and timers
  • Support for projects
  • Support for co-workers
  • Render times in tenant's format (hh:mm vs hh.hh)
  • Sensible keyboard shortcuts and default actions
  • Menu Bar for quick access
  • Usage of Raycast Cache for API responses to comply with Hakuna API request limits

Impressions

Entries Overview

Profile Overview

Add new Entry

Tasks Overview

Projects Overview

Get your personal API Token

Get your API token from https://app.hakuna.ch/token.

Development

  1. nvm use if you don't have a recent (or too recent) Node installed.
  2. npm i
  3. Start developing using npm run dev.
  4. Run npm run fix-lint && npm run build before a commit.
  • Or use lefthook to do this for you before every git commit.