mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(hammerspoon/noct): add Google Calendar, improve URL matching
This commit is contained in:
@@ -12,7 +12,7 @@ local function init_hotkeys()
|
|||||||
apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'FastGPT' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, '4', { 'FastGPT' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Messages' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'A', { 'Messages' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'B', { 'TablePlus' }, { 'Lens' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'C', { 'Calendar' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'C', { 'Calendar' }, { 'Google Calendar' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mailplane' }, { 'Mimestream' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'D', { 'Mailplane' }, { 'Mimestream' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Emacs', '/Applications/Emacs.app' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'E', { 'Emacs', '/Applications/Emacs.app' })
|
||||||
apptoggle:bind({ 'cmd', 'ctrl' }, 'F', { 'Element' }, { 'Element Nightly' })
|
apptoggle:bind({ 'cmd', 'ctrl' }, 'F', { 'Element' }, { 'Element Nightly' })
|
||||||
@@ -44,14 +44,15 @@ local function init_url_handler()
|
|||||||
uh.url_patterns = {
|
uh.url_patterns = {
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"%://github.com/krystal/",
|
".-://github.com/krystal/",
|
||||||
"%://%.github.com/krystal/"
|
".-://.-.github.com/krystal/",
|
||||||
|
".-://.-.gitbase..-.k.io/"
|
||||||
},
|
},
|
||||||
uh.browsers.edge, nil, { "Slack", "Code", "Emacs" }
|
uh.browsers.edge, nil, { "Slack", "Code", "Emacs" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
{ "%://meet.google.com/" },
|
{ "%://meet.google.com/" },
|
||||||
chromeProfiles.work, nil, { "Slack", "Calendar" }
|
chromeProfiles.work, nil, { "Slack", "Calendar", "Google Calendar" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
-- uh.url_redir_decoders = {
|
-- uh.url_redir_decoders = {
|
||||||
|
|||||||
Reference in New Issue
Block a user