Better support for CLI on macOS
coreyjv opened this issue · 2 comments
coreyjv commented
The installer for macOS should make the CLI directly accessible in the user's shell. In order for me to run it via the CLI on macOS Catalina in a ZSH shell was:
/Applications/subsync.app/Contents/MacOS/subsync --import /path/to/subtitles-conv.yaml --cli
sc0ty commented
Probably installer should link executable somewhere in the path. Will look into this.
If you are using brew, you could brew cask install subsync
and it will be available in your path.
coreyjv commented
In my case I did use the installer from the site and not brew.