1.0.1 • Published 6 years ago

orgsumtime v1.0.1

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
6 years ago

orgsumtime

Sum the duration of all logged time in a given org-mode file.

install

npm install -g orgsumtime

usage

orgsumtime ~/Notes/deft/serving\ method.org
# 13 hours

Use --help flag to see other options.

programmatic api

require('orgsumtime')('../Notes/my-great-org-file.org', duration => {
  // this is a moment.js duration
  console.log(duration)
})

license

BSD