Taitava / obsidian-shellcommands

Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
GNU General Public License v3.0
348 stars 11 forks source link

about command not fount #215

Closed cksspk closed 2 years ago

cksspk commented 2 years ago

env: mac pro m1

image image image
Taitava commented 2 years ago

Hi,

it's actually already repoted here:

204 will provide an easier solution to it (when it gets released in 0.13.0), but before that you can use a workaround where you use a command export PATH=$PATH:/Users/cksspk/soft/upgit/; upgit :clipboard -f markdown-simple which combines adding a directory to PATH and executing the upgit command. The ~/.zshrc profile file is not used when executing shell commands using this plugin, but I don't know why it's not used (I should mention this in the documentation).

Also, when reporting problems/ideas, please use discussions for it. In this repository, issues are meant for something that is already decided how it's going to be implemented/fixed, and before that a planning phase is needed, which is done in discussions. Thank you! 🌞

cksspk commented 2 years ago

Hi,

it's actually already repoted here:

204 will provide an easier solution to it (when it gets released in 0.13.0), but before that you can use a workaround where you use a command export PATH=$PATH:/Users/cksspk/soft/upgit/; upgit :clipboard -f markdown-simple which combines adding a directory to PATH and executing the upgit command. The ~/.zshrc profile file is not used when executing shell commands using this plugin, but I don't know why it's not used (I should mention this in the documentation).

Also, when reporting problems/ideas, please use discussions for it. In this repository, issues are meant for something that is already decided how it's going to be implemented/fixed, and before that a planning phase is needed, which is done in discussions. Thank you! 🌞

Think you! Looking forward to the new version! 😊