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 32 33
|
Source: task
Section: utils
Maintainer: Debian Tasktools Team <team+tasktools@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>, Sebastien Badia <sbadia@debian.org>
Build-Depends: dh-shell-completions,
cmake,
debhelper-compat (= 13),
git <!nocheck>,
python3 <!nocheck>,
uuid-dev,
corrosion,
dh-rust,
librust-cxx-dev,
librust-cxx-build-dev,
librust-taskchampion-dev,
Standards-Version: 4.7.3
Homepage: https://taskwarrior.org
Vcs-Browser: https://salsa.debian.org/tasktools-team/task
Vcs-Git: https://salsa.debian.org/tasktools-team/task.git
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
|