configman

Crates.ioconfigman
lib.rsconfigman
version0.4.1
sourcesrc
created_at2021-07-05 11:56:15.260453
updated_at2021-11-22 05:08:35.713203
descriptionDead simple config manager
homepage
repositoryhttps://github.com/pjmp/configman
max_upload_size
id418996
size39,249
Pomba Magar (pombadev)

documentation

README

configman Crates.io License

Heavily inspired by stow.

Installation

If you have rust toolchain installed, configman is available on crates.io, if you don't have rust toolchain installed, please install rust by going to the official website.

Run

cargo install configman

Usage

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)

Commit count: 11

cargo fmt