Replies: 1 comment
-
Hi! Thank you for your question! 🙂 The folder can be passed to the shell command, but some changes are needed:
Please let me know if this helped you? 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Obsidian debug information
obsidian 1.7.4
fedora 40
https://github.com/Taitava/obsidian-shellcommands/releases/tag/0.22.0
What shell are you using?
Bash
Please describe the problem
I'm currently attempting to use shell command to template out a folder with a bunch of files in it.
Using Commander and Shell Commands, i was hoping i could:
create_project
{{_project_name}}
{{ file_menu_folder }}/{{_project_name}}
run command: Shell Command create_project
so now, when i right click on a folder i get 👍🏻
But obvious i'm missing the variable to know which folder path i clicked on in shell commands.
Beta Was this translation helpful? Give feedback.
All reactions