ahrm / sioyek

Sioyek is a PDF viewer with a focus on textbooks and research papers
https://sioyek.info/
GNU General Public License v3.0
7.11k stars 235 forks source link

Predefined shell commands missing in sioyek3-alpha0 release #1208

Closed Tonyzhu77 closed 2 hours ago

Tonyzhu77 commented 2 hours ago

Hi. I love this program and have recently installed the new release of sioyek3-alpha0. I found many of the updates really helpful and I really appreciate it. However, in the new release I cannot find the predefined shell commands execute_predefined_command, execute_command_a to _z or new_command. Is it a bug, or intentionally removed, or that something is wrong with the build process? I'm using MacOS ARM version. Thanks in advance.

ahrm commented 2 hours ago

execute_predefined_command and execute_command_a-z were removed and replaced with new_command. new_command should still work:

new_command _my_command <some shell command>
Tonyzhu77 commented 2 hours ago

It works! Thank you so much.