
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
= Yak
== Description
Yak is a simple command line app to store and retrieve passwords securely under a master password, and allows one password repository per system user. Retrieved passwords get copied to the clipboard by default.
== Configuration
Config can be set in ~/.yakrc.
Session is the length of time in seconds that Yak will remember the master password: :session : 30
If using sessions is not desired and you want to enter the master password every time, set: :session : false
Always set the password by default, use: :password : plain_text_password
Turn off password confirmation prompts when a new password is entered: :confirm_prompt : false
Using bash completion for stored keys: :bash_completion : true #=> completion only available during session :bash_completion : :always #=> completion always available (keys exposed)
== Usage
Yak will always prompt you for the master password unless a yak session is present, or the :password option is set in ~/.yakrc. Yak sessions get refreshed everytime yak is called.
Adding a new password: $ yak -a gmail
$ yak -a gmail my_password
Retrieving a saved password: $ yak gmail
$ yak -p gmail
my_password
Removing a stored password: $ yak -r gmail
Changing the master password: $ yak -n
Listing keys: $ yak --list
$ yak --list key
$ yak --list ^key$
FAQs
Unknown package
We found that yak demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.