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
336 stars 11 forks source link

Executing shell commands does not work in 0.19.0 #350

Closed Taitava closed 1 year ago

Taitava commented 1 year ago

I just released 0.19.0 moments ago and noticed after the relese, that no shell commands can be executed, unless you happen to have PATH additions defined. Executing shell commands just does nothing visible. However, error console shows the following:

kuva

For a temporary workaround, define a PATH addition in the plugin's settings - it can be anything, just make sure the field next to your operating system's name is not empty. Later, you can remove the addition after this bug is fixed.

Taitava commented 1 year ago

I'll release a fix in a few moments.

Taitava commented 1 year ago

It's fixed and released now.

Taitava commented 1 year ago

I added a test so that PATH augmentations should not cause this kind of problems later.