Skip to content

purcell/osx-org-clock-menubar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSX org-clock-menubar

org-clock visibility on the osx menu bar http://i.imgur.com/KVoxInn.png

Setup

  • Requires macruby to be installed: https://github.com/MacRuby/MacRuby (I plan on rewriting the server is obj-c later)
  • add osx-org-clock-menubar.el to your load-path and load it
    (add-to-list 'load-path "/path/to/folder/containing/elisp/file/")
    (load-library 'osx-org-clock-menubar)
        
  • start the server from a shell
    macruby ocm-server.rb
        
  • enable the minor mode with M-x org-clock-menubar-mode

About

Simple OSX Menu Bar Visibility for org-clock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 60.4%
  • Ruby 39.6%