File: debcargo.toml

package info (click to toggle)
rust-taskwarrior-tui 0.26.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,060 kB
  • sloc: sh: 71; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
overlay = "."
uploaders = ["Jochen Sprickerhof <jspricke@debian.org>"]
description = """
A text interface for the feature-rich console based todo list manager.

Features:
- vim-like navigation
- live filter updates
- add, delete, complete, log tasks
- multiple selection
- tab completion
- colors based on taskwarrior
"""
[source]
section = "utils"
build_depends = ["dh-sequence-shell-completions", "taskwarrior <!nocheck>"]
depends = ["taskwarrior (>= 3.4)"]