XDG Support
For fields that represent paths on the target system, HermitGrab will substitute certain folder segments with their corresponding XDG environment variables if they are set:
~/.config->$XDG_CONFIG_HOME~/.local/share->$XDG_DATA_HOME~/.local/state->$XDG_STATE_HOME
If you don’t want this substitution, you can use {{ dir.home }} instead of ~. This requires Handlebars support.