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

Ability to show intermediate outputs #259

Closed pulinagrawal closed 2 years ago

pulinagrawal commented 2 years ago

I am not sure if it is possible but it will be great if intermediate outputs can also be shown.

Taitava commented 2 years ago

Yea, it's discussed here: https://github.com/Taitava/obsidian-shellcommands/discussions/64 . Will probably take quite a lot of time.

pulinagrawal commented 2 years ago

@Taitava Thanks for quick response to that.

As a compromise can we have something like a notification when a command starts?

Taitava commented 2 years ago

Are you using events to execute shell commands? So you are not manually starting your commands?

I think some kind of ability to monitor executed shell command processes could be planned. A notification balloon could be one approach, yes. Thank you for the idea! 🙂 It could later be developed further to make it more advanced.

pulinagrawal commented 1 year ago

@Taitava Sorry I missed this message. I was using hotkeys to execute.

Taitava commented 1 year ago

No problem! 🙂