keychain
Here are 174 public repositories matching this topic...
Add a man page
Is your feature request related to a problem? Please describe.
I guess usability. I love to have access to an exhaustive documentation from the terminal, and don't rely on any window manager. Also, this is extremely valuated in the *nix world.
Describe the solution you'd like
I personally suggest mdoc (see groff_mdoc(7)) macros, because they offer a full DSL. They are also very wi
As I was following the tutorials, I discovered that they Keywords screen has changed. Now there are two options for input: "with input as argv", "with input as {query}". The option "with input as argv" is selected by default.
Tutorial is written using "with input as {query}", so initially it doesn't match on the screen. There is no option to choose the Escaping options in the "with input as arg
-
Updated
Nov 12, 2019 - Objective-C
-
Updated
Jun 12, 2020 - Objective-C
-
Updated
Apr 22, 2020 - C
It should be easy to configure for
- devices with SE & with passcode & with biometry
- devices with SE & with passcode & without biometry
- devices with SE & without passcode & with biometry (is this possible?)
- devices with SE & without passcode & without biometry
- devices without SE & with passcode
- devices without SE & without passcode
Fallback to .applicationPassword etc should b
-
Updated
Nov 5, 2019 - Swift
-
Updated
Jun 17, 2020
-
Updated
Apr 20, 2020 - Swift
-
Updated
Aug 14, 2019 - Go
-
Updated
Nov 17, 2019 - Python
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
Apr 26, 2017 - Objective-C
Improve this page
Add a description, image, and links to the keychain topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the keychain topic, visit your repo's landing page and select "manage topics."
Currently if I "aws-vault foobar" and don't have a foobar profile in my aws config file, a profile section will be added and written to the file. However, if I then /remove/ the credentials, the profile section remains despite being empty. The expected behavior from me would be that if the profile were still empty (that is, never filled with extra data by the user), then it would be removed.