Created
November 20, 2024 10:55
-
-
Save 6david9/83bfc499494c3a1bf6742d93d9cb652e to your computer and use it in GitHub Desktop.
open obsidian vault using raycast command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Raycast Script Command Template | |
# | |
# Duplicate this file and remove ".template." from the filename to get started. | |
# See full documentation here: https://github.com/raycast/script-commands | |
# | |
# Required parameters: | |
# @raycast.schemaVersion 1 | |
# @raycast.title obsidian wiki | |
# @raycast.mode silent | |
# | |
open "obsidian://open/?vault=Wiki" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment