1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: devtodo
Section: utils
Priority: optional
Maintainer: Ryan Niebur <ryan@debian.org>
Build-Depends: debhelper (>= 7.2), dh-autoreconf, libreadline-dev, libncurses-dev, bash-completion, libtool-bin, dpkg-dev (>= 1.16.1~)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/collab-maint/devtodo.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/devtodo.git;a=summary
Homepage: http://swapoff.org/DevTodo
Package: devtodo
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: xsltproc
Description: hierarchical, prioritised todo list manager
Manipulate and display a hierarchical (ie "subtasks") and prioritised
list of things with a coloured command line interface.
.
Using devtodos output formatting features, it is possible to convert
the todo list into almost any text format.
.
Devtodo comes with XSLT stylesheets to convert XML .todo files to HTML
and PDF, have a look at /usr/share/devtodo/.
|