Skip to content

Releases: quantacodes/awsw

v0.2.0

Choose a tag to compare

@sauranova sauranova released this 13 Jan 12:46
chore: bump version to 0.2.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v0.1.0 - Initial Release

Choose a tag to compare

@sauranova sauranova released this 08 Jan 10:14

Features

  • Fuzzy search through profiles
  • Multi-file support (credentials_, config_)
  • Credential validation on switch
  • Shell integration (bash/zsh/fish)

Installation (macOS ARM64)

Download binary

curl -L https://github.com/quantacodes/awsw/releases/download/v0.1.0/awsw-bin-darwin-arm64 -o awsw-bin
chmod +x awsw-bin
sudo mv awsw-bin /usr/local/bin/

Add to ~/.zshrc

eval "$(awsw-bin init zsh)"

Full Changelog: https://github.com/quantacodes/awsw/commits/v0.1.0