update
This commit is contained in:
parent
305e272c5b
commit
dc4c49068e
@ -11,7 +11,7 @@
|
|||||||
#
|
#
|
||||||
# Documentation:
|
# Documentation:
|
||||||
# @raycast.description Open ~/config in VS Code
|
# @raycast.description Open ~/config in VS Code
|
||||||
# @raycast.author Gustavo Santana
|
# @raycast.author Abearxiong
|
||||||
# @raycast.authorURL https://github.com/gumadeiras
|
# @raycast.authorURL https://github.com/abearxiong
|
||||||
|
|
||||||
code ~/config
|
code ~/config
|
17
sh/my-raycast.sh
Executable file
17
sh/my-raycast.sh
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Required parameters:
|
||||||
|
# @raycast.schemaVersion 1
|
||||||
|
# @raycast.title my-raycast
|
||||||
|
# @raycast.mode silent
|
||||||
|
# @raycast.packageName System
|
||||||
|
#
|
||||||
|
# Optional parameters:
|
||||||
|
# @raycast.icon 📝
|
||||||
|
#
|
||||||
|
# Documentation:
|
||||||
|
# @raycast.description Open ~/config in VS Code
|
||||||
|
# @raycast.author Abearxiong
|
||||||
|
# @raycast.authorURL https://github.com/abearxiong
|
||||||
|
|
||||||
|
code ~/Public/my-raycast
|
Loading…
x
Reference in New Issue
Block a user