Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnewland/alfred-open-windows
Alfred extension to switch between open windows of the currently focused application
https://github.com/jnewland/alfred-open-windows
alfred
Last synced: 3 months ago
JSON representation
Alfred extension to switch between open windows of the currently focused application
- Host: GitHub
- URL: https://github.com/jnewland/alfred-open-windows
- Owner: jnewland
- Created: 2014-05-01T15:32:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T23:00:39.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T06:40:58.538Z (3 months ago)
- Topics: alfred
- Language: Shell
- Size: 13.7 KB
- Stars: 66
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- alfred-workflows - Open Windows - Switch between open windows of the currently focused application. (Utility)
README
# Alfred Open Windows
A simple extension to switch between open windows of an application with Alfred. Great for switching between several full-screen windows of the same application.
![skitched-20140501-104246](https://cloud.githubusercontent.com/assets/47/2855041/030a6c68-d158-11e3-9a5b-35215c32a8a3.jpg)
## Installation
wget https://github.com/jnewland/alfred-open-windows/archive/v0.0.2.zip
unzip v0.0.2.zip
cd alfred-open-windows
make## Setup
### Granting Alfred Accessibility Access
In order for Alfred to list the open windows for an application for your text snippets, it must be granted Accessibility access in your Mac's Security & Privacy preferences, under Accessibility.
Click the plus icon, and then add Alfred 3. When you're done, it should look like this:
![image](https://user-images.githubusercontent.com/47/35474485-67bedf2c-0354-11e8-8897-3b9dbe8d6da0.png)
### Configuring a Keyboard shortcut
Double click the 'Hotkey' icon in the Alfred workflow to set a keyboard shortcut:
![skitched-20140501-103948](https://cloud.githubusercontent.com/assets/47/2855013/98b374e0-d157-11e3-8e97-365ea2c3de9a.jpg)
## Usage
Press the keyboard shortcut you entered above, and then type in a search phrase matching one of your open windows. Pressing enter will switch to this window.
## Debugging
sudo tail -f /var/log/system.log | grep alfred-open-windows