jubalh / buran

A ssh shortcut menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buran

A simple SSH shortcut menu for Linux.

Someone created Shuttle, then the russians I came along and created buran.

It has less features than Shuttle:

  • just one setting can be made in the config file: which terminal should be used to run ssh
  • It get's all information regarding your connection from your ssh config doesn't use any other files

Customization

buran will parse your ~/.ssh/config file for hosts.

Nested menus for ~/.ssh/config hosts

Create a menu item at "work" > "ESA" > "soyuz"

Host work/ESA/soyuz
	HostName merbold@soy.srv.esa.int

Credit

Thanks to Trevor Fitzgerald for creating Shuttle. I used it when I was on OS X. And I liked it. When I was looking for a pet project to get more experience with Qt, I started buran.

About

A ssh shortcut menu

License:MIT License


Languages

Language:C++ 91.3%Language:QMake 8.7%