mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 03:47:54 +00:00
21 lines
480 B
Bash
Executable File
21 lines
480 B
Bash
Executable File
#!/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
|