Attempting to create a vault with / in it's name results in an error normally:
$ vaulted cp tetrate-hub tetrate/hub
Vault 'tetrate-hub'
Password:
Vault 'tetrate/hub'
New password:
Confirm password:
open /home/cynthia/.local/share/vaulted/tetrate/hub: no such file or directory
If you manually go ahead and create the directory everything seems to works fine:
vaulted -n tetrate/hub
Vault 'tetrate/hub'
Password:
MFA token: [snipped]
tetrate/hub — expires: 7 Oct 2020 04:56 UTC (35h59m58s remaining)
Would you be open to a PR allowing vaulted cp (and other creation mechanisms) to support creating directories like this, and letting vaulted ls show this? Or is this something that you don't want to support, and I shouldn't hope for?
Attempting to create a vault with
/
in it's name results in an error normally:If you manually go ahead and create the directory everything seems to works fine:
Although it doesn't show up in
vaulted ls
:However it is still possible to manually use it:
Would you be open to a PR allowing vaulted cp (and other creation mechanisms) to support creating directories like this, and letting vaulted ls show this? Or is this something that you don't want to support, and I shouldn't hope for?