3 个不稳定版本
0.4.1 | 2021年11月22日 |
---|---|
0.4.0 | 2021年7月5日 |
0.3.0 | 2021年7月5日 |
#40 在 #symlink
13KB
268 行
configman
深受 stow 启发。
安装
如果您已安装 rust 工具链,则 configman
在 crates.io 上可用;如果没有安装 rust 工具链,请访问 官方网站 安装 rust。
运行
cargo install configman
用法
USAGE:
configman [FLAGS] [OPTIONS]
FLAGS:
--dry-run Do not do anything; just show what would happen.
-h, --help Prints help information
-i, --interactive Prompts user every time it tries to modify filesystem.
--remove Unlink the symlinks in destination path linked from the source directory.
-v, --verbose
-V, --version Prints version information
OPTIONS:
-d, --dest <destination> Destination directory (default is $HOME dir)
-s, --src <source> Source directory (default is current dir)
依赖
~7–19MB
~236K SLoC