1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 06:44:18 +00:00

update readme

This commit is contained in:
deadc0de6
2018-11-15 18:30:21 +01:00
parent a9b2fbfecc
commit 85cb7e6bbd

View File

@@ -280,6 +280,16 @@ f_dunstrc (file: "config/dunst/dunstrc", link: False)
By using the `-T --template` switch, only the dotfiles that By using the `-T --template` switch, only the dotfiles that
are using jinja2 directives are listed. are using jinja2 directives are listed.
It is also possible to list all files related to each dotfile entries
by invoking the `detail` command, for example:
```bash
$ dotdrop listfiles --profile=<some-profile> f_vimrc
```
This is especially useful when the dotfile entry is a directory
and one wants to have information on the different files (is it
a templated file, etc).
## Use actions ## Use actions
It is sometimes useful to execute some kind of action It is sometimes useful to execute some kind of action