Atea: a free minimalistic status bar time tracker for MacOS in Clojure
1–10 of 31 posts
Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure
#2Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure
#3Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure
#4Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure
#5I use it all the time and the code behind it (almost) fits on a napkin.
Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure
#6Installation instructions: https://github.com/technomancy/leiningen
After installing, be sure to run `lein self-install`
Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure
#7For those of you who have never heard of this new-fangled "lein" build command, it's for Clojure projects. Installation instructions: https://github.com/technomancy/leiningen After installing, be sure to run `lein self-install`
Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure
#8For those of you who have never heard of this new-fangled "lein" build command, it's for Clojure projects. Installation instructions: https://github.com/technomancy/leiningen After installing, be sure to run `lein self-install`
Thanks, I just updated the build instructions.
Could I perhaps persuade you to include a link to a pre-compiled .app? I keep failing on `lein uberjar` with:
Exception in thread "main" java.lang.ClassNotFoundException: org.jdesktop.jdic.tray.internal.impl.MacSystemTrayService
Also on `lein native-deps`: WARNING: lancet namespace is deprecated; use lancet.core.
[WARNING] POM for 'org.clojars.pka:jdic-macos-tray:pom:0.0.2:compile' is invalid.Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure
#9Anyone know of something similar for Ubuntu(Gnome)?
Re: Atea: a free minimalistic status bar time tracker for MacOS in Clojure
#10Earlier quoted context omitted.
Thanks, I just updated the build instructions.
Ooo, excellent! A responsive developer! :D Could I perhaps persuade you to include a link to a pre-compiled .app? I keep failing on `lein uberjar` with: Exception in thread "main" java.lang.ClassNotFoundException: org.jdesktop.jdic.tray.internal.impl.MacSystemTrayService Also on `lein native-deps`: WARNING: lancet namespace is deprecated; use lancet.core. [WARNING] POM for 'org.clojars.pka:jdic-macos-tray:pom:0.0.2:c…
As for the build error, this is a classpath issue - I'll update the build instructions in a sec.