Skip to content

Commit 18fc21a

Browse files
committed
[hammerspoon] commands: use ,bm go instead of ,urlmap
1 parent 8b97f64 commit 18fc21a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

hammerspoon/.hammerspoon/commands.lua

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,16 @@ hs.hotkey.bind(keys.hyper, "u", function() customshellrun.launch(",voice-assista
3232
hs.hotkey.bind(keys.hyper, "s", function() hs.alert(customshellrun.run("GUI_PICKER=1 ,se", true)) end)
3333

3434
hs.hotkey.bind(keys.fkey, ";", function()
35-
_, s = hs.dialog.textPrompt(
36-
"Where to?", [[
35+
_, s = hs.dialog.textPrompt("Go to", [[
3736
= Work: iw, it, ia
3837
= Jira: back, dp, cp
3938
= GitHub: gg, gn, cpb, cpp
4039
= Dashboard: dpu, dsa, dd
4140
= Elastic: epu, esa, ed
4241
]], "", "Go")
43-
local result = customshellrun.run("DATAFILES_PATH=/Users/meain/.config/datafiles ,urlmap " .. s)
42+
local result = customshellrun.run(",bm go " .. s)
4443
if #result > 0 then
45-
hs.alert(result) -- show any error
44+
hs.alert(result)
4645
end
4746
end)
4847

0 commit comments

Comments
 (0)