I publish an unofficial snap of the woke tool.
Upstream documentation allows for a dot config file (.woke.yaml
or .woke.yml
) to be located in $HOME
, which I would like to permit access to in the snap.
I’d also like to request access to the same files within $HOME/.config/
for those of us who don’t wish to litter our home directories with config files (I feel the original should stay, however, as it’s documented upstream).
plugs:
dot-config-woke:
interface: personal-files
read:
- $HOME/.config/woke.yaml
- $HOME/.config/woke.yml
- $HOME/.woke.yaml
- $HOME/.woke.yml
Complete snapcraft.yaml: https://github.com/degville/woke-snap/blob/main/snap/snapcraft.yaml
Published from: https://github.com/degville/woke-snap
Thanks!