Giter Club home page Giter Club logo

emacs-clockify's Introduction

changes

  • add a variable clockify-api-base-url
  • add an additional field description for clockify-clock
  • change clockify-times to match german time style

emacs-clockify

An emacs plugin to make time entries into https://clockify.me

Install

Add this to your config file

(use-package clockify
  :load-path "~/projects/emacs-clockify"
  :init
  (setq clockify-api-key "<api-key>")
  (setq clockify-user-id "<user-id>")
  (setq clockify-workspace "<workspace-id>")
)

You need to clone this repo to the path you mention in the :load-path as this package is not yet available on MELPA.

Usage

In any emacs session use M-X and call the clockify-get-projects once to populate all the projects from your workspace.

Then run clockify-clock whenever you want to clock in a time entry. It will show a nice popup where you can search for your project, search for start time, and end time. Really quick!

To start tracking for a project arbitrarily, run M-X clockify-clock-start and select the project. To end it, run M-X clockify-clock-stop

TODO

  • I'm working on a better way to store the api key and workspace id, probably in a file like ~/.emacs-clockify
  • Remove the need to call clockify-get-projects manually
  • Screenshot / GIF

emacs-clockify's People

Contributors

keremyldrr avatar oxalorg avatar tubenhirn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.