Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.
/ taskwarrior-um Public archive

[Discontinued] Use Taskwarrior as simple bookmark manager

Notifications You must be signed in to change notification settings

d630/taskwarrior-um

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

taskwarrior-um is a tiny bash shell wrapper for using 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 | -o | -O ] [ -m ] [ 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
-m, --use-menu
	Use a menu when adding project and tags. Configure it in taskum_add_menu.
	Defaults are dmenu and slmenu. Don't execute taskum via source when using
	this option
-n, --verbose-nothing
	Means: 'task rc.verbose:nothing'
-o, --verbose-on
	Means: 'task rc.verbose:on'
-O, --verbose-off
	Means: 'task rc.verbose:off'
EXAMPLES

See INFO

NOTICE

taskwarrior-um has been written in GNU bash on Debian GNU/Linux stretch/sid (4.9.0-2 x86-64) using these programs/packages:

  • GNU bash 4.4.11(1)-release
  • GNU coreutils 8.26: mkdir, sort, tr
  • dmenu-4.6
  • grep (GNU grep) 2.27
  • procps-ng 3.3.12: ps
  • sed (GNU sed) 4.4
  • slmenu 0.1
  • task 2.5.1
LICENCE

GNU GPLv3

About

[Discontinued] Use Taskwarrior as simple bookmark manager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages