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
- Host: GitHub
- URL: https://github.com/concretesolutions/gotic
- Owner: concretesolutions
- License: mit
- Created: 2019-09-20T20:09:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T19:12:27.000Z (over 6 years ago)
- Last Synced: 2025-03-17T22:55:50.600Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gotic
[](https://goreportcard.com/report/github.com/concretesolutions/gotic)

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`