#dotfiles #symlink #config

app configman

简单至极的配置管理器

3 个不稳定版本

0.4.1 2021年11月22日
0.4.0 2021年7月5日
0.3.0 2021年7月5日

#40#symlink

MIT/Apache

13KB
268

configman Crates.io 许可证

深受 stow 启发。

安装

如果您已安装 rust 工具链,则 configmancrates.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