mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
18 lines
344 B
YAML
18 lines
344 B
YAML
name: taskwarrior-tui
|
|
base: core18
|
|
version: git
|
|
summary: A terminal user interface for taskwarrior
|
|
description: |
|
|
A terminal user interface for taskwarrior to manage your tasks efficiently.
|
|
|
|
grade: stable
|
|
confinement: strict
|
|
|
|
parts:
|
|
taskwarrior-tui:
|
|
plugin: rust
|
|
source: .
|
|
|
|
apps:
|
|
taskwarrior-tui:
|
|
command: bin/taskwarrior-tui
|