Basics
At it's core, Zephyros just runs quietly in your menu bar, and runs your config script. You typically use this script to bind global hot keys to do stuff, often window-manager-type things.
Supported languages
- Ruby 2.0
- JavaScript
- CoffeeScript 1.6.2
- anything that compiles to JS (see altjs.org and this guy's list)
Stuff you can do
- find the focused window
- determine window sizes and positions
- move and resize windows
- change focus to a given window
- listen to global events (window created, app launched/killed, etc)
- transfer focus to the closest window in a given direction
- run shell scripts
- open apps, links, or files
- get free pizza (okay not really)
- and more!
Your new post is loading...