QtPass icon indicating copy to clipboard operation
QtPass copied to clipboard

Windows: .git folder is listed in the password store.

Open hosaka opened this issue 7 years ago • 6 comments

Hello,

.git folder under ~/.password-store is not being hidden, allowing me to delete folders. I use linux at home and don't remember having this issue. capture

hosaka avatar May 12 '17 09:05 hosaka

This indeed sounds like a Windows issue. I recall having tested this, but might be that some other thing (git client?) on windows hid it for me . .

On Linux systems .files and folders are generally hidden.

On 12 May 2017, at 11:33, Alex March [email protected] wrote:

Hello,

.git folder under ~/.password-store is not being hidden, allowing me to delete folders. I use linux at home and don't remember having this issue. https://cloud.githubusercontent.com/assets/171876/25992345/2e74d2da-36fe-11e7-992b-5c24e364518f.PNG — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IJHack/QtPass/issues/312, or mute the thread https://github.com/notifications/unsubscribe-auth/AAR-RisQX6bWr12BbCEgfmdafjWUllcZks5r5CdsgaJpZM4NZDiP.

annejan avatar May 12 '17 09:05 annejan

I guessed that as well. If I manually go and mark the .git folder as hidden, it goes away. Anyway, I just wanted to bring this to the devs attention, as this is not the default behaviour. But I appreciate the fact that it's an OS difference issue :)

hosaka avatar May 12 '17 09:05 hosaka

I'll try and fix this in the treeview settings.

annejan avatar May 12 '17 09:05 annejan

On my Windows 7 system, the .git folder is indeed hidden by QtPass if and only if I mark .git as hidden in Windows Explorer. Hopefully .git is created hidden by Git for Windows.

However, .gitattributes and .gpg-id files are hidden by QtPass while not being hidden in Windows Explorer.

5bentz avatar Feb 16 '18 02:02 5bentz

The .gitattributes and .gpg-id files are not treated specially by the tree-view. So they must have been set hidden automatically.

We might want to add functionality to just show folders and *.gpg files.

annejan avatar Apr 26 '18 09:04 annejan

I have a fix maybe in my branch, but i need to test before pull. I have a friend pc where i can compile.

FiloSpaTeam avatar May 05 '18 14:05 FiloSpaTeam