A simple dotfile manager
```
Usage: dofi
Commands: add Add a rule del Delete a rule show Show rule information list List rules apply Apply rules help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help information -V, --version Print version information ```
add
```
Usage: dofi add [OPTIONS]
Arguments:
Options:
-m
del
```
Usage: dofi del [OPTIONS]
Arguments:
Options:
-p
show
```
Usage: dofi show [OPTIONS]
Arguments:
Options:
-p
list
``` Usage: dofi list [PROFILE]
Arguments: [PROFILE] Profile name [default: default]
Options: -h, --help Print help information ```
apply
``` Usage: dofi apply [PROFILE]
Arguments: [PROFILE] Profile name [default: default]
Options: -h, --help Print help information ```