-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.lit.example.yml
More file actions
23 lines (21 loc) · 821 Bytes
/
.lit.example.yml
File metadata and controls
23 lines (21 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
close_on_action: false
calculators:
- command: echo {input} | xargs trans --brief
action: |
echo "{data}" | pbcopy
label: "trans {input}"
- command: qalc {input}
action: echo "{data}" | pbcopy
searches:
- command: "mdfind kMDItemContentType == com.apple.application-* -attr kMDItemDisplayName | grep --invert-match Utilities | grep --invert-match Library | sed s/...kMDItemDisplayName.=./:/"
format: "(?P<data>.+):(?P<label>.+)"
action: "open {data}"
labels:
title: "\ue713 {label}"
description: "{data}"
- command: "mdfind kMDItemContentType == com.apple.addressbook.person -attr kMDItemDisplayName | sed s/...kMDItemDisplayName.=./!/"
format: "(?P<data>.+)!(?P<label>.+)"
action: "open {data}"
labels:
title: "\uf2c0 {label}"
description: ""