Kimai Emacs Integration is an Emacs package that allows users to interact with the Kimai time-tracking application directly from Emacs. Designed for developers and professionals who use both Emacs and Kimai, the package simplifies time-tracking workflows and eliminates the need to switch between applications.
(use-package kimai
:straight ( :host github :repo "DarkBuffalo/kimai.el")
:custom
(kimai-server-url "https://your-server/api")
(kimai-api-token "YOUR-API-TOKKEN")
(kimai-username "YOUR-USERNAME"))
to start counting your time run the command kimai-start-tracking
and to stop kimai-stop-tracking
- 9628021 - add: macro to readme
- 5df3b04 - upd: readme
- 1447b88 - add: org-timestamp for choose date
- 17fcb47 - add: org dynamic block
- 8359e47 - fix: report
- Fork it (https://github.com/DarkBuffalo/kimai.el/fork)
- Create your feature branch (`git checkout -b feature/fooBar`)
- Commit your changes (`git commit -am ‘Add some fooBar’`)
- Push to the branch (`git push origin feature/fooBar`)
- Create a new Pull Request