taskwarrior-um is a tiny bash shell wrapper to use the command line todo manager Taskwarrior as a simple bookmark manager by defining User Defined Attributes (UDAs).
Please feel free to open an issue or put in a pull request on https://github.com/D630/taskwarrior-um
To download the very latest source code:
git clone https://github.com/D630/taskwarrior-um
In order to use the latest tagged version, do also something like this:
cd ./taskwarrior-um
git checkout $(git describe --abbrev=0 --tags)
Put ./bin/taskum on your PATH and copy ./doc/examples/taskumrc to TASKUM_CONFIG.
taskum [ -h | -v | -n ] [ TW_NATIVE ... ]
TASKUM_CONFIG
Default: ${XDG_CONFIG_HOME:-${HOME}/.config}/taskum/taskrc
TASKUM_DATA
Default: ${XDG_DATA_HOME:-${HOME}/.local/share}/taskum
-h, --help
-v, --version
-n, --verbose-nothing means: 'task rc.verbose:nothing'
See INFO
taskwarrior-um has been written in GNU bash on Debian GNU/Linux 9 (stretch/sid) using these programs/packages:
- GNU bash 4.3.42(1)-release
- GNU coreutils 8.23: mkdir
- task 2.4.4