Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Support #1

Closed
azinsharaf opened this issue Feb 12, 2022 · 3 comments
Closed

Windows Support #1

azinsharaf opened this issue Feb 12, 2022 · 3 comments

Comments

@azinsharaf
Copy link

Hi, Is there any plan to add Windows support for this repo?

Thanks, Azin

@makovich
Copy link
Owner

Have a good day, Azin!

There have to be two things addressed to make it possible. skim for now have no Windows support and kp as you can see in its core uses this library heavily. Another one is an API that Windows provide to manage secrets internally (like keyring in Linux or Keychain in macOS). Last time I looked at Windows, there were no common API. It was too much ago and things may have been changed.

However, since there is WLS, it should work probably, but I don't have any chance to test it out. Key[ring|chain] only needed if you do not want to enter your password multiple times and so delegate auth to your OS.

If you looking for a way of using kp as a tool in your automation *.bat/*.ps scripts than it would be really good to add some kind of Windows support. Do you know any consistent APIs for secrets handling there on Windows?

@azinsharaf
Copy link
Author

Thanks @makovich. I test it in WSL in the near future.

@azinsharaf
Copy link
Author

@makovich i am using it on WSL now. I may ask my questions in separate Issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants