# Packages
No description provided by the author
# README
karp - universal app launcher
EXAMPLES
$ karp karp.gif
...
$ karp https://raw.githubusercontent.com/mcandre/karp/master/karp.txt
...
See karp -h
for more detail.
ABOUT
karp
is a cross-operating system binary for easily launching file-based applications, using the skratchdot/open-golang library to route calls to xdg-open
, etc.
karp
will use the default application registered for a given path's protocol, mimetype, or file extension.
DOCUMENTATION
https://godoc.org/github.com/mcandre/karp
DOWNLOAD
https://github.com/mcandre/karp/releases
INSTALL FROM SOURCE
$ go install github.com/mcandre/karp/cmd/karp@latest
LICENSE
FreeBSD
RUNTIME REQUIREMENTS
(None)
CONTRIBUTING
For more information on developing karp itself, see DEVELOPMENT.md.
CREDIT
Powered by open-golang