Skip to content

Kimai Emacs Integration is an Emacs package that allows users to interact with the Kimai time-tracking application directly from Emacs.

Notifications You must be signed in to change notification settings

DarkBuffalo/kimai.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Kimai Emacs Integration is an Emacs package that allows users to interact with the Kimai time-tracking application directly from Emacs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published