文件名称:stash:存储和检索密钥的简单实用程序
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-23 06:54:19
Go
#藏 在命令行上存储和检索键值对的简单实用程序。 深受令人敬畏的启发: 要安装运行: $ go get github.com/shawnspooner/stash $ go install github.com/shawnspooner/stash 要查看所有条目的列表,只需运行: $ stash server1 => ssh ubuntu@host 将一个名为 simple 的新条目添加到您的存储中: $ stash simple test data Added: simple => test data 要检索名为 simple 的条目并将其复制到剪贴板: $ stash simple Copied: test data
【文件预览】:
stash-master
----stash.go(2KB)
----cli_test.go(333B)
----LICENSE(11KB)
----README.md(602B)
----.gitignore(6B)
----cli.go(1KB)
----stash_test.go(1KB)