17 lines
362 B
Bash
Executable File
17 lines
362 B
Bash
Executable File
#!/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 |