Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

hoto/string-decryptor

Repository files navigation

Software License Build status Release Powered By: goreleaser

String decryptor

CLI tool to decrypt passed in string.

Installation

Mac:

brew install hoto/homebrew-repo/string-decryptor

Mac or Linux:

sudo curl -L \
  "https://github.com/hoto/string-decryptor/releases/download/1.0.0/string-decryptor_1.0.0_$(uname -s)_$(uname -m)" \
   -o /usr/local/bin/string-decryptor

sudo chmod +x /usr/local/bin/string-decryptor

Or manually download binary from releases.

Run

string-decryptor --help
string-decryptor --version
string-decryptor

Development

Build and test:

go get github.com/hoto/string-decryptor

make dependencies build test

Build binary:

 make build
./bin/string-decryptor

Run with arguments:

make args="myargs" run

Install to global golang bin directory:

make install
string-decryptor

Release

Add a git tag and push it to GitHub.
GitHub action will use goreleaser to automatically releases formula to homebrew repo at hoto/homebrew-repo on every git tag.

About

CLI tool to decrypt input string.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from hoto/template-go-cli