1.2.1 • Published 2 years ago

@codehivetx/mourt v1.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

What is this

This is a very simple JSON based diary/log, with extensible metadata.

I use it witih the TaskWarrior plugin to collect notes alongside tasks.

usage:

  • setup data dir:

mourt -D dir=/path/to/mourt.d

  • enter a log

mourt -m 'did some stuff'

if you have taskwarrior , the currently active task is recorded also.

mourt -l

Lists all entries

Configuring with dock-warrior

mourt -D 'plugin.taskw.command=dock-warrior'
mourt -D 'plugin.taskw.args=-b task +ACTIVE export'

Configuration

OptionCommentDefault
dirStorageNone, must set
plugin.taskw.commandPath to 'task'task
plugin.taskw.argsArgs for 'task'+ACTIVE export

LICENSE

Apache-2.0 see ./LICENSE Copyright (c) 2022 Code Hive Tx, LLC