SkillAgentSearch skills...

Shack

A CLI for storing simple stuff thats hard to remember

Install / Use

/learn @saresend/Shack
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Shack

Build Status Crates.io

Shack, a dead simple CLI key value store, for saving simple stuff thats hard to remember.

Installation

The best way to install to install this is to use the Rust's package manager, cargo!

<code>cargo install shack</code>

Usage

asciicast

Shack will persist simple key values, and supports the Following commands:

  • get - will attempt to retrieve the value for a given key
  • set - will attempt to set the key value pair provided
  • ls - lists all the currently saved key value pairs
  • del - deletes the key value pair with the specified key

Examples

Suppose that you manage a couple servers, and each has their own IP address. When SSHing into them, instead of having to look up the IP address each time, you can use shack to save them like so:

<code>shack set server1_ip 133.234.5.4</code>

<code>shack set server2_ip 132.133.54.1</code>

Then, when you want to retrieve them, you can simply list them:

<code> shack ls </code>

or, you can get them by name

<code> shack get server1_ip </code>

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated5y ago
Forks0

Languages

Rust

Security Score

65/100

Audited on Sep 9, 2020

No findings