Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 Rousseau

Permission 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.
```