cortex / ripasso

A simple password manager written in Rust
GNU General Public License v3.0
707 stars 61 forks source link

Hidden folder visibility #340

Open pescepalla opened 6 months ago

pescepalla commented 6 months ago

I'm not sure if this is a bug, but I assume ripasso is supposed to behave similarly to pass.

However, they differ in how they handle hidden folders containing .gpg files: while ripasso shows them, pass does not.

alexanderkjall commented 6 months ago

Nice catch!

I have been thinking about this over the weekend, and I can't really figure out a use case for hidden folders.

Do you use them for something?

pescepalla commented 6 months ago

I synchronize my password store with my phone using Syncthing. Syncthing creates .stversions folders containing deleted files or old versions of changed files, which pass ignores, but ripasso shows.

alexanderkjall commented 6 months ago

Thanks for explaining, this sounds like we should mimic the pass behavior.