Git Product home page Git Product logo

shuttle's Introduction

Shuttle

A simple SSH shortcut menu for OS X

http://fitztrev.github.io/shuttle/

How Shuttle works

Installation

  1. Download Shuttle
  2. Copy to Applications

Customization

The default, out-of-the-box configuration should be good enough to get started. However, if you're looking to customize the appearance further, here are a few advanced tips.

Disabling ~/.ssh/config hosts

By default, Shuttle will parse your ~/.ssh/config file for hosts.

To disable all ~/.ssh/config entries:
"show_ssh_config_hosts": false,

Disable specific hosts:

"ssh_config_ignore_hosts": ["github.com", "git.example.com"],

Disable hosts that contain a keyword:

"ssh_config_ignore_keywords": ["git"],

Nested menus for ~/.ssh/config hosts

Create a menu item at "work" > "servers" > "web01"

Host work/servers/web01
	HostName [email protected]

- or -

Host gandalf
	# shuttle.name = work/servers/web01 (webserver)
	HostName [email protected]

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. I owe many thanks to the following people who have helped make Shuttle even better.

(In alphabetical order)

  • Alex Carter
  • Dave Eddy
  • Dmitry Filimonov
  • Frank Enderle
  • Jack Weeden
  • Justin Swanson
  • Marco Aurélio
  • Martin Grund
  • Michael Davis
  • Rui Rodrigues
  • Ryan Cohen
  • Thomas Rosenstein
  • Tibor Bödecs

Credits

Shuttle was inspired by SSHMenu, the GNOME applet for Linux.

I also looked to projects such as MLBMenu and QuickSmileText for direction on building a Cocoa app for the status bar.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.