https://github.com/ahmadnazir/org-clock-stats
Make sense of the data that gets logged when using emacs org-mode to clock-in for tasks.
https://github.com/ahmadnazir/org-clock-stats
clojure emacs org-journal org-mode
Last synced: about 1 month ago
JSON representation
Make sense of the data that gets logged when using emacs org-mode to clock-in for tasks.
- Host: GitHub
- URL: https://github.com/ahmadnazir/org-clock-stats
- Owner: ahmadnazir
- License: epl-1.0
- Created: 2018-01-03T07:57:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T17:29:13.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T15:15:17.805Z (over 1 year ago)
- Topics: clojure, emacs, org-journal, org-mode
- Language: Clojure
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# org-clock-stats
Make sense of the data that gets logged when using Emacs [Org journal][org-journal] to clock-in for tasks.
[org-journal]: https://github.com/bastibe/org-journal
## Prerequisites
You will need [Leiningen][1] 2.0 or above installed.
[1]: https://github.com/technomancy/leiningen
## Running
To start a web server for the application, run:
```
PORT=3001 lein run
lein figwheel # for hot code reloading
```
## License
Copyright © 2019 Ahmad Nazir Raja
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.