|
Hey, Love the tool. I have been trying to unify workflows between mac and linux and Vicinae has been a big help. One of the things I miss is fast password access. I use keepass and the raycast extension is super helpful. On Vicinae however the extension triggers a core dump; I assume it has to do with the database access it touts using, with more info on the raycast developer page here. Is anything like this planned for Vicinae ? Would this even be desireable ? |
Replies: 2 comments 1 reply
|
The storage API is already implemented, although the database is not encrypted yet. |
|
So I investigated this further, the crash was caused by the fact the file picker preference type was not yet implemented. |
So I investigated this further, the crash was caused by the fact the file picker preference type was not yet implemented.
#561 added support for the file picker preference type but there is some other things missing in order to run the keychain extension properly (file picker form input). This will be implemented soon.