mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 21:14:00 +00:00
add doc for compare_workdir
This commit is contained in:
@@ -16,6 +16,7 @@ Entry | Description | Default
|
|||||||
`check_version` | Check if a new version of dotdrop is available on github | false
|
`check_version` | Check if a new version of dotdrop is available on github | false
|
||||||
`chmod_on_import` | Always add a chmod entry on newly imported dotfiles (see `--preserve-mode`) | false
|
`chmod_on_import` | Always add a chmod entry on newly imported dotfiles (see `--preserve-mode`) | false
|
||||||
`clear_workdir` | On `install` clear the `workdir` before installing dotfiles (see `--workdir-clear`) | false
|
`clear_workdir` | On `install` clear the `workdir` before installing dotfiles (see `--workdir-clear`) | false
|
||||||
|
`compare_workdir` | On `compare` notify on files in `workdir` not tracked by dotdrop | false
|
||||||
`cmpignore` | List of patterns to ignore when comparing, applied to all dotfiles (enclose in quotes when using wildcards; see [ignore patterns](config.md#ignore-patterns)) | -
|
`cmpignore` | List of patterns to ignore when comparing, applied to all dotfiles (enclose in quotes when using wildcards; see [ignore patterns](config.md#ignore-patterns)) | -
|
||||||
`create` | Create a directory hierarchy when installing dotfiles if it doesn't exist | true
|
`create` | Create a directory hierarchy when installing dotfiles if it doesn't exist | true
|
||||||
`default_actions` | List of action keys to execute for all installed dotfiles (See [actions](config-details.md#actions-entry)) | -
|
`default_actions` | List of action keys to execute for all installed dotfiles (See [actions](config-details.md#actions-entry)) | -
|
||||||
|
|||||||
@@ -112,6 +112,9 @@ To ignore specific patterns, see [the ignore patterns](config.md#ignore-patterns
|
|||||||
|
|
||||||
To completely ignore all files not present in `dotpath` see [Ignore missing](#ignore-missing).
|
To completely ignore all files not present in `dotpath` see [Ignore missing](#ignore-missing).
|
||||||
|
|
||||||
|
If you want to get notified on files present in the `workdir` but not tracked
|
||||||
|
by dotdrop see the [compare_workdir](config-format.md).
|
||||||
|
|
||||||
For more options, see the usage with `dotdrop --help`.
|
For more options, see the usage with `dotdrop --help`.
|
||||||
|
|
||||||
## List profiles
|
## List profiles
|
||||||
|
|||||||
Reference in New Issue
Block a user