From dc4c49068e6069474d226e4ec61b7fd8e4f374b1 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Fri, 22 Aug 2025 15:07:13 +0800 Subject: [PATCH] update --- sh/my-config.sh | 4 ++-- sh/my-raycast.sh | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100755 sh/my-raycast.sh diff --git a/sh/my-config.sh b/sh/my-config.sh index 7be8d40..dbcbcca 100755 --- a/sh/my-config.sh +++ b/sh/my-config.sh @@ -11,7 +11,7 @@ # # Documentation: # @raycast.description Open ~/config in VS Code -# @raycast.author Gustavo Santana -# @raycast.authorURL https://github.com/gumadeiras +# @raycast.author Abearxiong +# @raycast.authorURL https://github.com/abearxiong code ~/config \ No newline at end of file diff --git a/sh/my-raycast.sh b/sh/my-raycast.sh new file mode 100755 index 0000000..b2d8fe1 --- /dev/null +++ b/sh/my-raycast.sh @@ -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 \ No newline at end of file