-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 924 Bytes
/
package.json
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
{
"name": "zsh-nb",
"contributors": [],
"description": "CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.",
"homepage": "https://github.com/xwmx/nb",
"author": "Z-Shell Community & William Melody",
"bugs": {
"url": "https://github.com/xwmx/nb/issues"
},
"license": "AGPL-3.0",
"keywords": [
"notebook",
"zpackage",
"zshell",
"zsh",
"nb"
],
"zsh-data": {
"plugin-info": {
"user": "xwmx",
"plugin": "nb"
},
"zi-ices": {
"default": {
"requires": "bgn;bash",
"git": "",
"depth": 3,
"lucid": "",
"as": "completion",
"atclone": "ln -sfv etc/nb-completion.zsh _nb",
"atpull": "%atclone",
"sbin": "nb",
"nocompile": ""
}
}
}
}