Skip to content

M-Tarasov/launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]
    }
]

About

Golang Command Line Launcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages