-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAllDemos.scriptreetree
More file actions
117 lines (117 loc) · 2.66 KB
/
Copy pathAllDemos.scriptreetree
File metadata and controls
117 lines (117 loc) · 2.66 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"schema_version": 3,
"name": "All ScripTree demos",
"description": "Aggregator that loads every demo in this repo as a single tree. The leaves under 'Multi-command workflows' are themselves trees and expand into their own sub-folders.\n\nIf you're new to ScripTree, open the 'Feature reference' folder first — its single leaf 'feature-showcase' is a teaching demo that exercises every widget and every important schema feature in one form.",
"nodes": [
{
"type": "folder",
"name": "Feature reference",
"icon": "settings",
"children": [
{
"type": "leaf",
"path": "./feature-showcase/feature-showcase.scriptree",
"display_name": "feature-showcase (every widget, every feature)"
}
]
},
{
"type": "folder",
"name": "File search & list",
"children": [
{
"type": "leaf",
"path": "./fd/fd.scriptree"
},
{
"type": "leaf",
"path": "./dust/dust.scriptree"
},
{
"type": "leaf",
"path": "./eza/eza.scriptree"
}
]
},
{
"type": "folder",
"name": "File viewing",
"children": [
{
"type": "leaf",
"path": "./bat/bat.scriptree"
},
{
"type": "leaf",
"path": "./parfit/parfit.scriptree"
}
]
},
{
"type": "folder",
"name": "Text processing",
"children": [
{
"type": "leaf",
"path": "./awk/awk.scriptree"
},
{
"type": "leaf",
"path": "./sed/sed.scriptree"
}
]
},
{
"type": "folder",
"name": "Networking",
"children": [
{
"type": "leaf",
"path": "./dog/dog.scriptree"
},
{
"type": "leaf",
"path": "./bifrost/bifrost.scriptree"
}
]
},
{
"type": "folder",
"name": "Performance",
"children": [
{
"type": "leaf",
"path": "./hyperfine/hyperfine.scriptree"
}
]
},
{
"type": "folder",
"name": "Media rendering",
"children": [
{
"type": "leaf",
"path": "./agg/agg.scriptree"
}
]
},
{
"type": "folder",
"name": "Multi-command workflows",
"children": [
{
"type": "leaf",
"path": "./cvforge/cvforge.scriptreetree"
},
{
"type": "leaf",
"path": "./jit/jit.scriptreetree"
},
{
"type": "leaf",
"path": "./gh/gh.scriptreetree"
}
]
}
]
}