fallback_browser = "brave" [[handler]]
match = "github.com/work-org"
command = "chrome --profile-directory='Profile 1' {url}"
description = "Work GitHub in the work Chrome profile" [[handler]]
match_regex = '^https?://open\.spotify\.com/(\w+)/([^?#/]+)'
rewrite = "spotify --uri=spotify:{1}:{2}"
description = "Spotify links opened in the desktop app" [[handler]]
match_lua = "ctx.url.host:find('work') and ctx.now.hour < 18"
command = "chrome --profile-directory='Profile 1' {url}"
description = "Work links during business hours"
fallback_browser = "brave" [[handler]]
match = "github.com/work-org"
command = "chrome --profile-directory='Profile 1' {url}"
description = "Work GitHub in the work Chrome profile" [[handler]]
match_regex = '^https?://open\.spotify\.com/(\w+)/([^?#/]+)'
rewrite = "spotify --uri=spotify:{1}:{2}"
description = "Spotify links opened in the desktop app" [[handler]]
match_lua = "ctx.url.host:find('work') and ctx.now.hour < 18"
command = "chrome --profile-directory='Profile 1' {url}"
description = "Work links during business hours"
fallback_browser = "brave" [[handler]]
match = "github.com/work-org"
command = "chrome --profile-directory='Profile 1' {url}"
description = "Work GitHub in the work Chrome profile" [[handler]]
match_regex = '^https?://open\.spotify\.com/(\w+)/([^?#/]+)'
rewrite = "spotify --uri=spotify:{1}:{2}"
description = "Spotify links opened in the desktop app" [[handler]]
match_lua = "ctx.url.host:find('work') and ctx.now.hour < 18"
command = "chrome --profile-directory='Profile 1' {url}"
description = "Work links during business hours"