An open API service indexing awesome lists of open source software.

https://github.com/concretesolutions/gotic

Go Terminal Interface Commander
https://github.com/concretesolutions/gotic

Last synced: 12 months ago
JSON representation

Go Terminal Interface Commander

Awesome Lists containing this project

README

          

# Gotic

[![Go Report Card](https://goreportcard.com/badge/github.com/concretesolutions/gotic)](https://goreportcard.com/report/github.com/concretesolutions/gotic)

![Gotic](images/Gotic_01.png)

This package's original version was written by Kleber Toyota (https://github.com/klebertiko). Thank you for your hard work, Toyota.

Gotic provides wrapper functions that runs shell commands.

# License

We chose the MIT license, feel free to use Gotic as you see fit.

# Installation

`go get -u github.com/concretesolutions/gotic`

# Versions

- 0.0.1 - initial version with the following functions:ExecBashPipedCommand, ExecBashPipedCommandIgnoreExitCode, ExecShellScript, Prompt.

# unit tests

`cd src/github.com/concretesolutions/gotic`

`./run_test_coverage.sh`