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

Get output text from shell commands, part 1 #34

Closed Taitava closed 2 years ago

Taitava commented 2 years ago

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

This issue is meant for implementing part of the features mentioned in the above discussion. This does not mean that other features would not be implemented later. This is just a way to split work into well managed parts.

Implement these channels for shell command output (stdout):

Taitava commented 2 years ago

Still needed:

Taitava commented 2 years ago

Implemented & released in 0.5.0.

FelipeRearden commented 2 years ago

Working perfect on:

Version 0.5.0 MacOS 11.1 Obsidian 0.12.15

Additional information about 0.5.0 here #16.