Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwent/aws-launcher
AWS Launcher. Launch AWS Services from your macOS dock.
https://github.com/kwent/aws-launcher
aws launcher macos productivity
Last synced: 2 months ago
JSON representation
AWS Launcher. Launch AWS Services from your macOS dock.
- Host: GitHub
- URL: https://github.com/kwent/aws-launcher
- Owner: kwent
- License: mit
- Created: 2017-05-22T23:50:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T17:06:26.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T18:26:09.637Z (3 months ago)
- Topics: aws, launcher, macos, productivity
- Language: JavaScript
- Homepage:
- Size: 3.75 MB
- Stars: 136
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AWS Launcher
Launch your AWS Services from your macOS dock.
[![npm version](https://img.shields.io/npm/v/aws-launcher.svg?style=flat)](https://www.npmjs.com/package/aws-launcher)
[![AWS Launcher](https://github.com/kwent/aws-launcher/blob/master/doc/aws-launcher.gif?raw=true)](https://github.com/kwent/aws-launcher/)
[![Grid](https://github.com/kwent/aws-launcher/blob/master/doc/grid.jpeg?raw=true)](https://github.com/kwent/aws-launcher/)
# Installation
Just install the module using npm.
```bash
$ npm install aws-launcher
```Drag and drop the generated folder (located in your `home` directory) in your
macOS Dock right by the Trash Item.# Customization
By default, `aws-launcher` generates shortcuts for all AWS services.
You can customize your launcher folder by deleting files in the `aws-launcher`
folder.
You will need to drag and drop the folder again in your macOS dock to see your
updated launcher.# Spotlight
Since `aws-launcher` is basically just a folder, you can use the macOS spotlight
to use your shortcuts as well.# History
View the [changelog](https://github.com/kwent/aws-launcher/blob/master/CHANGELOG.md)
# Authors
- [Quentin Rousseau](https://github.com/kwent)
# License
```plain
Copyright (c) 2017 Quentin RousseauPermission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
```