Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitztrev/shuttle
A simple shortcut menu for macOS
https://github.com/fitztrev/shuttle
Last synced: 11 days ago
JSON representation
A simple shortcut menu for macOS
- Host: GitHub
- URL: https://github.com/fitztrev/shuttle
- Owner: fitztrev
- License: mit
- Created: 2013-07-11T00:14:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T00:59:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T06:06:31.238Z (11 days ago)
- Language: Objective-C
- Homepage: http://fitztrev.github.io/shuttle/
- Size: 3.09 MB
- Stars: 4,552
- Watchers: 139
- Forks: 395
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- favorite-link - macOS 的简单 SSH 快捷菜单。
- awesome-starred-test - fitztrev/shuttle - A simple shortcut menu for macOS (Objective-C)
- open-source-mac-os-apps - Shuttle - Simple SSH shortcut menu for macOS. ![objective_c_icon] (Applications / Other)
- open-source-mac-os-apps - Shuttle - Simple SSH shortcut menu for macOS. ![objective_c_icon] (Applications / Other)
README
# Shuttle
[![Join the chat at https://gitter.im/fitztrev/shuttle](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fitztrev/shuttle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A simple shortcut menu for macOS
[http://fitztrev.github.io/shuttle/](http://fitztrev.github.io/shuttle/)
![How Shuttle works](https://raw.githubusercontent.com/fitztrev/shuttle/gh-pages/images/how-shuttle-works.gif)
**Sidenote**: *Many people ask, so here's how I have [my terminal setup](https://github.com/fitztrev/shuttle/wiki/My-Terminal-Prompt).*
## Installation
1. Download [Shuttle](http://fitztrev.github.io/shuttle/)
2. Copy to Applications## Help
See the [Wiki](https://github.com/fitztrev/shuttle/wiki) pages.## Roadmap
* Cloud hosting integration
* AWS, Rackspace, Digital Ocean, etc
* Using their APIs, automatically add all of your machines to the menu
* Preferences panel for easier configuration
* Update notifications
* Keyboard hotkeys
* Open menu
* Select host option within menu## Contributors
This project was created by [Trevor Fitzgerald](https://github.com/fitztrev). I owe many thanks to the following people who have helped make Shuttle even better.
(In alphabetical order)
* [Alexis NIVON](https://github.com/anivon)
* [Alex Carter](https://github.com/blazeworx)
* [bihicheng](https://github.com/bihicheng)
* [Dave Eddy](https://github.com/bahamas10)
* [Dmitry Filimonov](https://github.com/petethepig)
* [Frank Enderle](https://github.com/fenderle)
* [Jack Weeden](https://github.com/jackbot)
* [Justin Swanson](https://github.com/geeksunny)
* [Kees Fransen](https://github.com/keesfransen)
* Marco Aurélio
* [Martin Grund](https://github.com/grundprinzip)
* [Matt Turner](https://github.com/thshdw)
* [Michael Davis](https://github.com/mpdavis)
* [Morton Fox](https://github.com/mortonfox)
* [Pluwen](https://github.com/pluwen)
* Rebecca Dominguez
* [Rui Rodrigues](https://github.com/rmrodrigues)
* [Ryan Cohen](https://github.com/imryan)
* [Stefan Jansen](https://github.com/steffex)
* Thomas Rosenstein
* [Thoro](https://github.com/Thoro)
* [Tibor Bödecs](https://github.com/tib)
* [welsonla](https://github.com/welsonla)## Credits
Shuttle was inspired by [SSHMenu](http://sshmenu.sourceforge.net/), the GNOME applet for Linux.
I also looked to projects such as [MLBMenu](https://github.com/markolson/MLB-Menu) and [QuickSmileText](https://github.com/scturtle/QuickSmileText) for direction on building a Cocoa app for the status bar.