#shell #cli #shell-tool

应用 cfs

快速保存和检索 shell 脚本中的值

7 个版本 (1 个稳定版本)

1.0.0 2022 年 11 月 27 日
0.3.2 2022 年 8 月 14 日
0.2.1 2022 年 8 月 13 日
0.1.2 2022 年 8 月 13 日

#2905命令行工具

每月下载 28 次

自定义许可协议

9KB
225 代码行

cfs

快速保存和检索 shell 脚本中的值。

从源码构建

要运行 cargo,您需要 Rust 工具链

cargo install cfs

示例用法

确保 $HOME/.cargo/bin 在您的 PATH 变量中。

cfs set foo bar
cfs get foo

输出

bar

帮助

显示 cfs --help 的输出示例。

Commands:
	s, set    : set a value
	g, get    : get a value
	l, list   : list all keys and values
	i, init   : inits config file
	r, remove : remove a value
	c, clear  : clear your config file

许可协议

BSD-3-Clause

依赖项

~210KB