Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/conductor
A lightweight OS X window manager for hackers
https://github.com/keith/conductor
macos osx window-manager
Last synced: 16 days ago
JSON representation
A lightweight OS X window manager for hackers
- Host: GitHub
- URL: https://github.com/keith/conductor
- Owner: keith
- License: mit
- Created: 2014-09-05T01:13:06.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T21:27:37.000Z (about 3 years ago)
- Last Synced: 2024-10-12T06:08:06.762Z (about 1 month ago)
- Topics: macos, osx, window-manager
- Language: Objective-C
- Homepage:
- Size: 1.94 MB
- Stars: 25
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Conductor
*The lightweight OS X window manager for hackers*
### Install
Install with [`brew-cask`](https://github.com/caskroom/homebrew-cask)
```sh
brew cask install keith/formulae/conductor
```OR:
Download the latest binary from [the
releases](https://github.com/keith/conductor/releases) and drag it to
your `/Applications` folder.### Usage
The first time you run Conductor, you will need to enable accessibility.
OS X will alert you of this, and open **System Preferences > Security**An administrator account is required to enable it.
* Requires: OS X 10.9 and up
For ideas, read other people's configs [in the
wiki](https://github.com/keith/conductor/wiki)Also add your own config to the wiki to show other people the cool
things you can do.### Documentation
- [JavaScript API Documentation](https://github.com/keith/conductor/wiki/JavaScript-API-documentation)
Conductor can only be scripted in JavaScript.
#### History
Conductor is a fork of Phoenix which is a fork of Zephyros
Phoenix and Zephyros were originally authored by [Steven
Degutis](https://github.com/sdegutis), ownership of Phoenix was
transferred to [Jason Milkins](https://github.com/jasonm23), this is a
fork of Phoenix which has diverged and was renamed to avoid confusion.Steven is continuing work on OS X window management in
[Mjolnir](https://github.com/sdegutis/mjolnir)