mac-opera

macOS Opera.app scripts


Keywords
opera, applescript, cli, macos
License
Unlicense
Install
pip install mac-opera==2020.12.3

Documentation

Installation

$ [sudo] pip install mac-opera
$ [sudo] npm i -g mac-opera

Config

$ export OPERA_TIMEOUT=10 # 5 by default

Examples

url(s)

$ opera urls
https://github.com/
https://google.com/
$ opera url
https://github.com/

open/refresh

$ opera open "https://github.com/" "https://google.com/"
$ opera refresh "https://github.com/"

fullscreen

$ opera fullscreen-enter
$ opera fullscreen-detect
1
$ opera fullscreen-exit

frontmost (1 or 0)

$ opera frontmost
0

Opera.app process

$ opera pid
42
$ opera isready 5 # timeout 5 seconds
1
$ opera kill

readme42.com