Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcodebuild/cerebro-mac-switch-window
Cerebro plugin to switch window on macOS
https://github.com/xcodebuild/cerebro-mac-switch-window
Last synced: about 1 month ago
JSON representation
Cerebro plugin to switch window on macOS
- Host: GitHub
- URL: https://github.com/xcodebuild/cerebro-mac-switch-window
- Owner: xcodebuild
- Archived: true
- Created: 2021-03-29T11:12:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T10:01:02.000Z (over 3 years ago)
- Last Synced: 2024-08-08T23:16:09.939Z (5 months ago)
- Language: Swift
- Size: 551 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-cerebro - cerebro-mac-switch-window - Cerebro plugin to find window or tab and switch. (Plugins / Operational System Exclusives)
README
# cerebro-mac-switch-window
> [Cerebro](http://www.cerebroapp.com) plugin to find window and switch
![](./screenshot.png)
## Install
```shell
cd ~/Library/Application\ Support/Cerebro/plugins/
yarn add cerebro-mac-switch-window
```
## UsageIn Cerebro, type `win something` to find your window and browser tab. Use ↩ to kill selected process.
## Related
- [Cerebro](http://github.com/KELiON/cerebro) – main repo for Cerebro app;
- [cerebro-plugin](https://github.com/KELiON/cerebro-plugin) – boilerplate to create plugins for Cerebro app## License
MIT © [xcodebuild](https://github.com/xcodebuild)
## Related
### EnumWindows & Apple Script
Code for EnumWindows & Apple Script is fork from https://github.com/mandrigin/AlfredSwitchWindows