1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: task
Section: utils
Priority: optional
Maintainer: Debian Tasktools Team <team+tasktools@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>, Sebastien Badia <sbadia@debian.org>
Build-Depends: bash-completion,
cmake,
debhelper-compat (= 13),
git <!nocheck>,
libgnutls28-dev,
python3 <!nocheck>,
uuid-dev
Standards-Version: 4.6.0
Homepage: https://taskwarrior.org
Vcs-Browser: https://salsa.debian.org/tasktools-team/task
Vcs-Git: https://salsa.debian.org/tasktools-team/task.git
Rules-Requires-Root: no
Package: taskwarrior
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: feature-rich console based todo list manager
Taskwarrior is a sophisticated command line todo list and task
manager with a lot of features:
.
* colorful tabbed output
* feature rich search function
* tags
* statistics
* Getting Things Done compatible
* interactive editing of items in text editor
|