Timedot
The docs can be found at https://hexdocs.pm/timedot.
Library for working with hledger's timedot format. Support for the org-mode and timelog markup of hledger is currently not planned.
Installation
Add timedot to the list of dependencies in mix.exs:
def deps do
[
{:timedot, "~> 0.1.0"}
]
end