Profiles
The [profiles]
table allows you to define named collections of tags.
When running hermitgrab apply
, you can activate a profile using the -p
or --profile
flag. All tags within that profile will be activated. If no profile is specified, the default
profile is used if it exists.
The [profiles]
table contains key-value pairs where the key is the profile name and the value is an array of tags.
Example
[profiles]
work = ["git-work", "k8s"]
home = ["gaming"]
default = ["home"]
You can then apply these profiles:
hermitgrab apply -p work