QtPass
QtPass copied to clipboard
Windows: .git folder is listed in the password store.
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.
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.
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 :)
I'll try and fix this in the treeview settings.
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.
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.
I have a fix maybe in my branch, but i need to test before pull. I have a friend pc where i can compile.