launcher

command module
v0.0.0-...-a30b8cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2016 License: MIT Imports: 8 Imported by: 0

README

Launcher

A simple console command Launcher menu using GOCUI (https://github.com/jroimartin/gocui)

Build

Simply run go install to build and install the application.

Usage

Put the configuration file .menu.json (see example below) into your home directory and execute launch command in the terminal.

[
    {
        "title": "Server 1",
        "desc": "Apache Web-Server",
        "cmd": ["ssh", "user@www-server"]
    },
    {
        "title": "Database Server",
        "desc": "MySql",
        "cmd": ["ssh", "user@db-server"]
    }
]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL