Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanceriu/scxcodetabswitcher
Enables changing Xcode tabs using the ⌘cmd + [1..9] keys
https://github.com/stefanceriu/scxcodetabswitcher
plugin switcher tab xcode xcode-plugin
Last synced: 7 days ago
JSON representation
Enables changing Xcode tabs using the ⌘cmd + [1..9] keys
- Host: GitHub
- URL: https://github.com/stefanceriu/scxcodetabswitcher
- Owner: stefanceriu
- License: gpl-3.0
- Created: 2015-05-31T08:25:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T15:39:03.000Z (over 3 years ago)
- Last Synced: 2024-10-24T13:58:12.601Z (13 days ago)
- Topics: plugin, switcher, tab, xcode, xcode-plugin
- Language: Objective-C
- Homepage:
- Size: 45.9 KB
- Stars: 42
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCXcodeTabSwitcher
SCXcodeTabSwitcher enables changing Xcode tabs using the ⌘cmd + [1..9] keys.
![SCXcodeTabSwitcher](https://drive.google.com/u/0/uc?id=1cHf3LgeHF0bZ24OiKyc1ySm3trBZL9Xr&export=download)
Notes:
* this will override Xcode's default navigators actions. You will need to go to Preferences/KeyBindings and map them to something else.
* you can still configure the next/previous tab actions from Xcode as normal#### Installation
- Through [Alcatraz](https://github.com/Alcatraz/Alcatraz)- Download the sources, build the project and restart Xcode
- Download SCXcodeTabSwitcher.xcplugin.zip from the releases tab, unzip and move it to the Xcode plugins folder ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeTabSwitcher.xcplugin
- If you encounter any issues you can uninstall it by removing the ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SCXcodeTabSwitcher.xcplugin folder
#### License
SCXcodeTabSwitcher is released under the GNU GENERAL PUBLIC LICENSE (see the LICENSE file)#### Contact
Any suggestions or improvements are more than welcome. Feel free to contact me at [[email protected]](mailto:[email protected]) or [@stefanceriu](https://twitter.com/stefanceriu).