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

Timeouts for commands #13

Closed Taitava closed 3 years ago

Taitava commented 3 years ago

A configurable timeout (milliseconds). If the command execution takes longer than the timeout, a kill signal would be sent (SIGTERM). Timeout could be defined in the settings, and it would be turned off by default. Currently, there is no timeout.

This is just on an idea level: I'm sill pondering if this is actually needed? If you think you could use this feature, please comment below.