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: 26 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T23:00:39.000Z (over 7 years ago)
- Last Synced: 2025-04-04T14:27:27.535Z (about 1 month ago)
- Topics: alfred
- Language: Shell
- Size: 13.7 KB
- Stars: 66
- Watchers: 5
- 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.

## 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:

### Configuring a Keyboard shortcut
Double click the 'Hotkey' icon in the Alfred workflow to set a keyboard shortcut:

## 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