/taskwarrior-um

Use Taskwarrior as simple bookmark manager

Primary LanguageShell

README

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).

BUGS & REQUESTS

Please feel free to open an issue or put in a pull request on https://github.com/D630/taskwarrior-um

GIT

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)
INSTALL

Put ./bin/taskum on your PATH and copy ./doc/examples/taskumrc to TASKUM_CONFIG.

USAGE
INVOCATION
taskum [ -h | -v | -n ] [ TW_NATIVE ... ]
ENVIRONMENT VARIABLES
TASKUM_CONFIG
        Default: ${XDG_CONFIG_HOME:-${HOME}/.config}/taskum/taskrc
TASKUM_DATA
        Default: ${XDG_DATA_HOME:-${HOME}/.local/share}/taskum
OPTIONS
-h,  --help
-v,  --version
-n,  --verbose-nothing      means: 'task rc.verbose:nothing'
EXAMPLES

See INFO

NOTICE

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
LICENCE

Copyrights

GNU GPLv3