forked from perryrh0dan/taskline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
60 lines (51 loc) · 1.79 KB
/
snapcraft.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: taskline
version: '1.4.3'
summary: Tasks, boards & notes for the command-line habitat
description: |
By utilizing a simple and minimal usage syntax, that requires a flat learning curve, Taskline enables you
to effectively manage your tasks and notes across multiple boards from within your terminal. All data are
written atomically to the storage in order to prevent corruptions. At the moment there are two storage modules.
Local storage where your task and are never shared with anyone or anything, or the firestore module, where your
tasks are saved in your firestore database and can be shared across all your devices.
Deleted items are automatically archived and can be inspected or restored at any moment.
Important!
To bind taskline to the alias tl use following command 'snap alias taskline tl'
Highlighted Features
* Organize tasks & notes to boards
* Board & timeline views
* Priority & favorite mechanisms
* Advanced duedate mechanism
* Search & filter items
* Archive & restore deleted items
* Multiple storage modules.
* Save date on your local machine at `~/.taskline/storage` or
* Use the firestore module to sync your tasks across all your devices.
* Timetracking for tasks
* Multilanguage support
* Lightweight & fast
* Data written automically to storage
* Custom storage location
* Progress overview
* Simple & minimal usage syntax
* Configurable through `~/.taskline.json`
More informations under https://github.com/perryrh0dan/taskline.
grade: stable
base: core18
confinement: strict
architectures:
- amd64
- i386
parts:
taskline:
plugin: nodejs
nodejs-version: 12.16.1
nodejs-package-manager: npm
source: .
apps:
taskline:
command: tl
plugs:
- home
- network
- network-control
- x11