thmsbfft / oryoki

Ōryōki [応量器] is an experimental web browser with a thin interface.
http://oryoki.io/
MIT License
484 stars 32 forks source link

Make oryoki scriptable (via applescript) #47

Open clevinson opened 5 years ago

clevinson commented 5 years ago

Really loving the simplicity of this browser. What I'd love even more if it were scriptable, specifically to be able to launch, or open a new window with a specific website.

I want to be able to map certain keyboard shortcuts (via something like skhd) in order to launch a gmail or irccloud.com window via oryoki, with my standard settings (no titlebar, etc.).

Seems to me like applescript is the easiest way to do this. I haven't done any applescripting before, but if someone can point to the modules / functions within Oryoki that would give access to programatically launching a new window at a specific URL, then i'd be happy to investigate the applescirpt side and work on a PR.