Tagged Questions
1
vote
0answers
606 views
How can I open Google Chrome in Presentation mode using a shell script
Previously in 10.6.8, I was able to start Google using
open /Applications/Chrome.app --args --kiosk http://www.google.com
Now, on newer systems, that does not work anymore correctly. The only way to ...
1
vote
1answer
334 views
Open PDF in full screen from the command line
I've written a simple-minded "take a break" reminder which just opens a PDF notice. This works fine, but I wish I could open the PDF file in full screen mode from the command line. Does anyone know ...