hrkk

hrkk lists up aws resources and select some with fuzzy finder, and print its resource id like ec2 instance-id to console.

Use it to input parameter for aws cli, or just to see aws resource status from console.

usage

see aws resources

Without sub command, hrkk shows all available resource types. Select with enter key to see the resources.

commands

to aws cli parameter

use hrkk like this to input aws cli parameter.

```sh

tail cloudwatch logs

aws logs tail --since 100d $(hrkk logs log-group)

tail -f

aws logs tail --follow $(hrkk -r 10 logs log-group)

ec2 start session

aws ssm start-session --target $(hrkk ec2 instance) ```

param

key bindings

small letters to filter left pane. Shift or Ctrl + letter for commands.

current available resource types

auth

With rusoto_credential, hrkk use aws cli profile and credentials.

Installation

Using homebrew

With this command, download binary for mac/linux.

brew install K2Da/tap/hrkk

Using cargo

bash cargo install hrkk