Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.55 KB

readme.org

File metadata and controls

61 lines (46 loc) · 2.55 KB

kimai.el

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.

Installation

(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

Latest commits

CONTRIBUTING

  1. Fork it (https://github.com/DarkBuffalo/kimai.el/fork)
  2. Create your feature branch (`git checkout -b feature/fooBar`)
  3. Commit your changes (`git commit -am ‘Add some fooBar’`)
  4. Push to the branch (`git push origin feature/fooBar`)
  5. Create a new Pull Request