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

Operating system specific versions of shell commands + shell selection #76

Closed Taitava closed 2 years ago

Taitava commented 2 years ago

Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/38

Write possible comments to the above mentioned discussion. This task is just for Roadmap planning, branching, and time logging.

Taitava commented 2 years ago

A possible backwards incompatible change

SC versions prior to 0.7.0 used /bin/sh as a shell on Linux and Mac (/bin/sh came as a default value from Node.js's child_process).

If a shell has changed for you, your shell commands might run a bit differently after this upgrade.

Taitava commented 2 years ago

This feature should also be pretty well baked at the moment. Let's see how it performs in the beta test.

Taitava commented 2 years ago

Done & released.