Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixge/focus-app
Helps you focus by hiding all your windows except the ones you are currently working in.
https://github.com/felixge/focus-app
Last synced: about 2 months ago
JSON representation
Helps you focus by hiding all your windows except the ones you are currently working in.
- Host: GitHub
- URL: https://github.com/felixge/focus-app
- Owner: felixge
- License: mit
- Created: 2010-07-24T18:20:10.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-24T18:52:08.000Z (over 14 years ago)
- Last Synced: 2024-10-11T15:19:24.441Z (2 months ago)
- Language: Objective-C
- Homepage:
- Size: 117 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# Focus.app
A tiny [Think](http://freeverse.com/mac/product/?id=7013) clone that actually
works with a dual (or single) screen setup.## Install
1. Download [here](http://github.com/downloads/felixge/focus-app/Focus.app.zip)
2. Install by unzipping an moving the contained file to `/Applications`## What does it do?
It basically does the same thing the original Think app does. By default it
hides all windows, except a single one that you are focusing on. It provides
the same shortcuts as Think to re-focus on the current window or designate a
new window to be the focused one.## How to use it?
1. Start Focus.app, it will cover all you screens with a black backdrop
2. Bring up an app using `Alt + Tab` or selecting it from your dock
3. Focus on the currently active app using `Option + Command + Tab`
4. Go back to the black backdrop using `Option + Command + Return`
5. Re-focus on the app you last focused on using `Control + Command + Return`Clicking on the backdrop performs the same re-focusing as
`Control + Command + Return`.## Dependencies
- Some code was taken from [Shortcut Recorder](http://wafflesoftware.net/shortcut/)
(BSD License) to enable the global shortcuts## License
The Focus.app is licensed under the MIT license. The dependencies
have their own licenses.