mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 21:27:19 +02:00
Change snap confinement to classic
This commit is contained in:
parent
d21cf2c303
commit
2aad53a25e
1 changed files with 1 additions and 6 deletions
|
@ -6,23 +6,18 @@ description: |
|
||||||
A terminal user interface for taskwarrior to manage your tasks efficiently.
|
A terminal user interface for taskwarrior to manage your tasks efficiently.
|
||||||
|
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict
|
confinement: classic # for running external binaries `task`
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
taskwarrior-tui:
|
taskwarrior-tui:
|
||||||
plugin: rust
|
plugin: rust
|
||||||
source: .
|
source: .
|
||||||
prepare: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install taskwarrior -y
|
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
taskwarrior-tui:
|
taskwarrior-tui:
|
||||||
command: bin/taskwarrior-tui
|
command: bin/taskwarrior-tui
|
||||||
plugs:
|
plugs:
|
||||||
- home
|
- home
|
||||||
task:
|
|
||||||
command: usr/bin/task
|
|
||||||
|
|
||||||
layout:
|
layout:
|
||||||
/usr/bin/task:
|
/usr/bin/task:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue