clip

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2018 License: MIT Imports: 9 Imported by: 0

README



Clip

A simple key-value store for clipboard




Installation

go get github.com/mingrammer/clip

Or using Homebrew

brew tap mingrammer/clip https://github.com/mingrammer/clip.git
brew install clip

Usage

# List all key-value pairs
clip list

# Get a value of a specific key
clip get <key>

# Set a key-value pair
clip set <key> <value>

# Delete a key
clip del <key>

# Copy a value of a specific key to clipboard
clip cp <key>

License

Details on LICENSE

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL