Home

Awesome

<div align="center"> <img height="300" alt="s1m logo" src="https://raw.githubusercontent.com/yumafuu/s1m/main/.github/assets/gopher.png">

S1M

S1M is AWS Parameter Store TUI tool.

It allows you to manage your parameters in AWS Parameter Store.

Release Test

</div>

Demo

<a href="https://i.gyazo.com/1556778fc4d5fa6bcf7abd33ec7d40f5.gif"> <img src="https://i.gyazo.com/1556778fc4d5fa6bcf7abd33ec7d40f5.gif" alt="Image from Gyazo" /> </a>

Features

Key Bindings

s1m inspired by vim key bindings.

KeyDescription
jMove down
kMove up
iEdit Parameter under the cursor
dDelete Parameter under the cursor
oCreate new Parameter
cCopy the Value under the cursor
yCopy the Name of Parameter under the cursor
<ESC>Exit from the input box

Installation

# Homebrew
brew install yumafuu/tap/s1m

# Go
go install github.com/yumafuu/s1m@latest

Icon