When running this on OSx, it doesn't export any attachments.
It seems that the regex that extracts the id's doesn't work as expected. When I try running
lpass ls | sed -n "s/^.*id:\s*\([0-9]*\).*$/\1/p"
directly in the terminal, it just returns a bunch of empty lines. I've tried experimenting to get it to work, but didn't succeed.
Any ideas?
When running this on OSx, it doesn't export any attachments.
It seems that the regex that extracts the id's doesn't work as expected. When I try running
lpass ls | sed -n "s/^.*id:\s*\([0-9]*\).*$/\1/p"directly in the terminal, it just returns a bunch of empty lines. I've tried experimenting to get it to work, but didn't succeed.
Any ideas?