drewdeponte / git-ps-rs

Official git-ps Rust implementation - the future of git-ps
https://git-ps.sh
MIT License
79 stars 8 forks source link

feature: platform independent keyring #228

Closed Alizter closed 11 months ago

Alizter commented 11 months ago

We use the keyring library to give a platform independent keyring for gps. For macos this reduces down to the macos security library from before.

addresses #227

cc @drewdeponte

drewdeponte commented 11 months ago

I cleaned this patch up and manually integrated it into main. Therefore, I am closing this PR.