Categorygithub.com/NasSilverBullet/laun
module
0.0.0-20190616131059-5832adb7a306
Repository: https://github.com/nassilverbullet/laun.git
Documentation: pkg.go.dev

# README

jft

laun is a simple applicatin launcher on cli

Installing(requires Go 1.11.4)

$ export GO111MODULE=auto
$ go get -u github.com/NasSilverBullet/laun/cmd/laun

Usage

$ laun [apps] [flags]

Flags

-h, --help            help for laun
-l, --list            show application list
-t, --target string   select target file or directory

You can do this for example with the following command

$ laun Docker
$ laun docker            // You can use lower case
$ laun doc               // You can use a part of apps name
$ laun Docker Firefox    // You can luanch multiple applications at the same time
$ laun Atom -t README.md // You can launch with each file or directory
$ laun -l                // You can check your applicatin list

# Packages

No description provided by the author
No description provided by the author