diffuse¶
Create dotfiles symlinks.
Usage¶
syndot diffuse ([[-l | --label] <LABEL>...] | [[-p | --path] <PATH>...])
[[-m | --mapfile] <MAP_FILE>] [[-s | --start] <PATH_START>]
Options¶
-h,--help- Show the help message and exit.-l,--label<LABEL> [<LABEL>...]- Label(s) to diffuse the associated path(s). At least a<LABEL>or a<PATH>must be provided.Added in version 2.0.
-m,--mapfile<MAP_FILE>- Path to the map file. If not provided search for amap.inifile in the current directory, so not required if current directory is the<SETTINGS>directory.-p,--path<PATH> [<PATH>...]- Dotfile path(s) to diffuse. At least a<LABEL>or a<PATH>must be provided.Added in version 2.0.
-s,--start<PATH_START>- Filter target based on path starting with <PATH_START>.Added in version 2.0.