diff --git a/Cargo.toml b/Cargo.toml index fc32ef8..98da989 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awsctx" -version = "0.3.0" +version = "0.3.1" authors = ["Hironoiri Yamamoto "] edition = "2018" description = "Context Manager for AWS Profiles" diff --git a/README.md b/README.md index 8714ab7..f1dff12 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,12 @@ ![](https://img.shields.io/crates/v/awsctx) ![](https://img.shields.io/github/v/release/hiro-o918/awsctx?sort=semver) -Context manager for AWS Profiles +Context manager for AWS profiles with a fuzzy finder ## Demo -[![asciicast](https://asciinema.org/a/5bpFGoV2AlptWM9lWvVaIieeQ.svg)](https://asciinema.org/a/5bpFGoV2AlptWM9lWvVaIieeQ) +
+ demo +
## Installation ### Homebrew (macOS only) diff --git a/misc/demo.gif b/misc/demo.gif new file mode 100644 index 0000000..12f7908 Binary files /dev/null and b/misc/demo.gif differ