Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesoff/tamper-console
Userscript to teach AWS Console keyboard shortcuts
https://github.com/jamesoff/tamper-console
aws-console tampermonkey tampermonkey-userscript userscript
Last synced: 2 months ago
JSON representation
Userscript to teach AWS Console keyboard shortcuts
- Host: GitHub
- URL: https://github.com/jamesoff/tamper-console
- Owner: jamesoff
- License: mit
- Created: 2018-06-01T19:14:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T17:32:22.000Z (over 4 years ago)
- Last Synced: 2024-08-04T08:04:05.158Z (6 months ago)
- Topics: aws-console, tampermonkey, tampermonkey-userscript, userscript
- Language: JavaScript
- Size: 2.08 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Console Keyboard shortcuts
This userscript adds some keyboard shortcuts and other twiddles to the AWS Console.
* Type . to open the Services menu, a bit like JIRA's shortcut menu. You can then type the name of the service you want, use the arrow keys to navigate the autocomplete suggestions, and hit enter to go to there.
* Type OptionR (AltR) to open the Regions menu, and then type a region name. Regions are greyed out if they don't match what you've typed. Once you've typed enough to match just one region, hit enter to go there. You can search by region name (`us-east-1` etc) or the geographic region (`Virginia`).
* You can close the Services and Region menus with Escape.
* The region menu in the top bar gains a flag and is slightly more prominent.I dislike Javascript, so any and all improvements are welcome!
Tested with [Tampermonkey](https://tampermonkey.net) in Chrome and FireFox. Other browsers/plugins may vary.
To install: [clicky](https://github.com/jamesoff/tamper-console/raw/master/AWS%20Console%20keyboard%20shortcuts.user.js)
![Animated GIF showing use of services menu](https://github.com/jamesoff/tamper-console/raw/master/tamper-monkey-period.gif)
![Animated GIF showing use of region menu](https://github.com/jamesoff/tamper-console/raw/master/tamper-monkey-region.gif)