Quote:
Originally Posted by chrsl31
How can I transform the command lines in an application ?
|
From the very beginning of the Command Line Interface section of the calibre User Manual
Quote:
On macOS, the command line tools are inside the calibre bundle, for example, if you installed calibre in /Applications the command line tools are in /Applications/calibre.app/Contents/console.app/Contents/MacOS/.
|
I'm not a Mac owner. So, I assume you either need to unbundle the command line tools from there to somewhere more accessible, or type something like this into Terminal
Code:
/Applications/calibre.app/Contents/console.app/Contents/MacOS/calibre-server <whatever options you want>
BR