-
Notifications
You must be signed in to change notification settings - Fork 12
/
apps.lua
74 lines (74 loc) · 1.32 KB
/
apps.lua
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
return {
Terminal = {
id = 'com.mitchellh.ghostty',
summon = 'escape',
},
Browser = {
id = 'company.thebrowser.Browser',
summon = 'b',
},
Calendar = {
id = 'com.flexibits.fantastical2.mac',
summon = 'c',
},
Linear = {
id = 'com.linear',
summon = 'l',
},
Slack = {
id = 'com.tinyspeck.slackmacgap',
summon = 's',
},
Discord = {
id = 'com.hnc.Discord',
summon = 'd',
},
Telegram = {
id = 'ru.keepcoder.Telegram',
summon = 't',
},
Messages = {
id = 'com.apple.MobileSMS',
summon = 'i', -- imessage
},
Tower = {
id = 'com.fournova.Tower3',
summon = 'g', -- git
},
Ray = {
id = 'be.spatie.ray',
summon = 'r',
},
Obsidian = {
id = 'md.obsidian',
summon = 'n', -- notes
},
Music = {
id = 'com.apple.Music',
summon = 'm',
},
Spark = {
id = 'com.readdle.SparkDesktop',
summon = 'e', -- email
},
Finder = {
id = 'com.apple.finder',
summon = 'f',
},
TablePlus = {
id = 'com.tinyapp.TablePlus',
summon = 'q', -- query
},
Paw = {
id = 'com.luckymarmot.Paw',
summon = 'h', -- http client
},
ElgatoCameraHub = {
id = 'com.elgato.CameraHub',
-- summon = 'v' -- video?
},
ScreenFlow = {
id = 'net.telestream.screenflow10',
-- summon = 'v' -- video?
},
}