Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eng618/eng
A personal cli to help facilitate my normal workflow. This is based on the cobra cli program.
https://github.com/eng618/eng
Last synced: 14 days ago
JSON representation
A personal cli to help facilitate my normal workflow. This is based on the cobra cli program.
- Host: GitHub
- URL: https://github.com/eng618/eng
- Owner: eng618
- License: mit
- Created: 2023-12-27T16:42:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T02:58:03.000Z (18 days ago)
- Last Synced: 2024-11-01T03:23:08.565Z (18 days ago)
- Language: Go
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# eng
```shell
__ __
| \ \
______ _______ ______ _______| ▓▓\▓▓
/ \| \ / \ / \ ▓▓ \
| ▓▓▓▓▓▓\ ▓▓▓▓▓▓▓\ ▓▓▓▓▓▓\ | ▓▓▓▓▓▓▓ ▓▓ ▓▓
| ▓▓ ▓▓ ▓▓ | ▓▓ ▓▓ | ▓▓ | ▓▓ | ▓▓ ▓▓
| ▓▓▓▓▓▓▓▓ ▓▓ | ▓▓ ▓▓__| ▓▓ | ▓▓_____| ▓▓ ▓▓
\▓▓ \ ▓▓ | ▓▓\▓▓ ▓▓ \▓▓ \ ▓▓ ▓▓
\▓▓▓▓▓▓▓\▓▓ \▓▓_\▓▓▓▓▓▓▓ \▓▓▓▓▓▓▓\▓▓\▓▓
| \__| ▓▓
\▓▓ ▓▓
\▓▓▓▓▓▓
```[![Go](https://github.com/eng618/eng/actions/workflows/go.yml/badge.svg)](https://github.com/eng618/eng/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/eng618/eng)](https://goreportcard.com/report/github.com/eng618/eng)
![GitHub Release](https://img.shields.io/github/v/release/eng618/eng)A personal cli to help facilitate my normal workflow. This is based on the cobra cli program. Official go package [eng](https://pkg.go.dev/github.com/eng618/eng#section-readme)
## Install
### Via Homebrew
```shell
brew tap eng618/eng && brew install eng
```### From source code
After cloning this repo, and running `go mod download`
```shell
make i
```This will install the package and add it's completion files to **~/.local/share/zsh-completions/_eng**
### Releases
You can see the latest release binaries [here](https://github.com/eng618/eng/releases). Where you can download the proper binary for your system, and manually had it to your `PATH`.