mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-22 19:07:47 +00:00
feat(bin): raycast helpers
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
20
local/bin/raycast/lungo-deactivate.sh
Executable file
20
local/bin/raycast/lungo-deactivate.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Note: Lungo v2.0.4 required
|
||||
# Install via Mac App Store: https://apps.apple.com/app/id1263070803
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title Lungo: Deactivate
|
||||
# @raycast.mode silent
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon ./images/lungo.png
|
||||
# @raycast.packageName Lungo
|
||||
|
||||
# Documentation:
|
||||
# @raycast.author Lungo
|
||||
# @raycast.authorURL https://sindresorhus.com/lungo
|
||||
# @raycast.description Deactivate Lungo.
|
||||
|
||||
open --background lungo:deactivate
|
||||
Reference in New Issue
Block a user