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

Settings: Make each shell command show their shell's name #353

Closed Taitava closed 1 year ago

Taitava commented 1 year ago

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

Originally posted by **Taitava** May 29, 2023 Currently, it's a bit hard to tell here, which shell will be used to execute the shell command: ![kuva](https://github.com/Taitava/obsidian-shellcommands/assets/13002142/82c4632a-cc87-4ef5-829f-7a3e93c569f1) Add the current shell's name to the beginning of the preview text. Also, in extra options modal, the _Use default_ value in a dropdown field should indicate what is the current default shell: ![kuva](https://github.com/Taitava/obsidian-shellcommands/assets/13002142/4c734f2d-cdf6-4b83-a918-6b8ae21b226e)
Taitava commented 1 year ago

Done. Will be released in 0.20.0.

Taitava commented 1 year ago

Released.