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

A button for terminating long running shell commands #289

Closed Taitava closed 1 year ago

Taitava commented 1 year ago

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

Originally posted by **Taitava** November 19, 2022 I'll create a button that can be used to terminate long running shell commands. The button will appear in the following places: - [Notification/error balloon](https://publish.obsidian.md/shellcommands/Output+handling/Output+channel+-+Notification+balloon) (if realtime output handling is enabled) - [_Ask after execution_ modal](https://publish.obsidian.md/shellcommands/Output+handling/Output+channel+-+Ask+after+execution) (if realtime output handling is enabled) - [Execution notification](https://github.com/Taitava/obsidian-shellcommands/discussions/260) (always regardless of output handling mode, except when execution notification is turned off).

Terminating is done by sending SIGTERM signal to a shell command process.

TODO:

Taitava commented 1 year ago

Done. Will be released in 0.17.0.

Taitava commented 1 year ago

Released now.