- Added a property with table information to session and result set Script types - Added the ability to add new key bindings to the script - Rebuilt the foreground job dispatcher to reduce the occurrence of the progress indicator showing up when no job was running. - Fixed rebinding of keys. Rebinding a key will no longer clear other keys for the old or new bindings. |
||
---|---|---|
.github/workflows | ||
cmd | ||
internal | ||
test | ||
.gitignore | ||
docker-compose.yml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
linux.goreleaser.yml | ||
macos.goreleaser.yml | ||
README.md |
Audax Toolset
A set of small, terminal based UI (TUI, sometimes called "Rougelike") tools for administering AWS services.
They were built to make it easy to do quick things with common AWS services, such as DynamoDB, without having to learn incantations with the CLI or go to the AWS console itself. This keeps you focused on your task and saves you from breaking concentration, especially if you do a lot in the terminal.
The Toolset
More info about the available tools are available here:
- dynamo-browse: Browse DynamoDB tables
Install
Binary packages can be download from the release page.
If you have Go 1.18, you can install using the following command:
go install github.com/lmika/audax/cmd/dynamo-browse@v0.1.0
License
Audax toolset is released under the MIT License.