krebs / krops

Mirror of https://cgit.krebsco.de/krops/about/ (PRs / issues accepted, as can be seen by not having them disabled)
Do What The F*ck You Want To Public License
132 stars 18 forks source link

Make pass source follow symlinks #25

Closed sbruder closed 3 years ago

sbruder commented 3 years ago

Since my hosts share some secrets, I use symlinks inside my password-store. Currently, krops does not copy the secrets that are linked, since find -type f ignores them.

This PR adds the -follow option to find to also include symlinked secrets.

Lassulus commented 3 years ago

tested it, worked. Actually a cool idea. thanks!