IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.01k stars 159 forks source link

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

Open hosaka opened 7 years ago

hosaka commented 7 years ago

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

annejan commented 7 years ago

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 notifications@github.com 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.

hosaka commented 7 years ago

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 :)

annejan commented 7 years ago

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

5bentz commented 6 years ago

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.

annejan commented 6 years ago

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.

FiloSpaTeam commented 6 years ago

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