Releases: andreimerlescu/igo
Releases · andreimerlescu/igo
v1.1.0
What's Changed
- Upgraded the command line interface pattern to simplify usage by @andreimerlescu in #13
Installation Instructions
MacOS
Apple Silicon
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.1.0/igo-darwin-arm64 ~/bin/igo
cd ~/bin
xattr -d com.apple.quarantine igo
chmod +x igo
cd ~
which igo
igo -versionIntel
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.1.0/igo-darwin-amd64 ~/bin/igo
cd ~/bin
xattr -d com.apple.quarantine igo
chmod +x igo
cd ~
which igo
igo -versionLinux
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.1.0/igo-linux-amd64 ~/bin/igo
cd ~/bin
chmod +x igo
cd ~
which igo
igo -versionFull Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Refactored internal into package that can be used by other utilities by @andreimerlescu in #12
Installation Instructions
MacOS
Apple Silicon
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.0.3/igo-darwin-arm64 ~/bin/igo
cd ~/bin
xattr -d com.apple.quarantine igo
chmod +x igo
cd ~
which igo
igo -versionIntel
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.0.3/igo-darwin-amd64 ~/bin/igo
cd ~/bin
xattr -d com.apple.quarantine igo
chmod +x igo
cd ~
which igo
igo -versionLinux
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.0.3/igo-linux-amd64 ~/bin/igo
cd ~/bin
chmod +x igo
cd ~
which igo
igo -versionFull Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Updated README and removed windows support from Makefile by @andreimerlescu in #10
- Added support for parsing cwd/pwd go.mod for igo -cmd use the shim by @andreimerlescu in #11
Installation Instructions
MacOS
Apple Silicon
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.0.2/igo-darwin-arm64 ~/bin/igo
cd ~/bin
xattr -d com.apple.quarantine igo
chmod +x igo
cd ~
which igo
igo -versionIntel
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.0.2/igo-darwin-amd64 ~/bin/igo
cd ~/bin
xattr -d com.apple.quarantine igo
chmod +x igo
cd ~
which igo
igo -versionLinux
mkdir ~/bin
# USING BASH
[ -f ~/.bashrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.bashrc
# USING ZSH
[ -f ~/.zshrc ] && echo 'export PATH=~/bin:$PATH' >> ~/.zshrc
curl -L https://github.com/andreimerlescu/igo/releases/download/v1.0.2/igo-linux-amd64 ~/bin/igo
cd ~/bin
chmod +x igo
cd ~
which igo
igo -versionFull Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Feature/fix by @andreimerlescu in #7
- Develop -> Release by @andreimerlescu in #8
- Release -> Master by @andreimerlescu in #9
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Develop by @andreimerlescu in #1
- Got cmd install gover to work on a user account by @andreimerlescu in #4
- Develop by @andreimerlescu in #5
- Release v1.0.0 by @andreimerlescu in #6
New Contributors
- @andreimerlescu made their first contribution in #1
Full Changelog: https://github.com/andreimerlescu/igo/commits/v1.0.0