-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
CLI Add/Edit commands define -n twice #6001
Comments
droidmonkey
added a commit
that referenced
this issue
Apr 18, 2021
* Fix #6001 - only use `--notes` in Add/Edit commands to prevent clash with password generator option `-n`. * Fix #6119 - Send Unicode to clip command; Windows only understands UTF-16 encoding. * Fix #6128 - `clip` command will default to clearing the clipboard after 10 seconds. To disable clearing set timeout to 0.
droidmonkey
added a commit
that referenced
this issue
Apr 23, 2021
* Fix #6001 - only use `--notes` in Add/Edit commands to prevent clash with password generator option `-n`. * Fix #6119 - Send Unicode to clip command; Windows only understands UTF-16 encoding. * Fix #6128 - `clip` command will default to clearing the clipboard after 10 seconds. To disable clearing set timeout to 0.
droidmonkey
added a commit
that referenced
this issue
Apr 25, 2021
* Fix #6001 - only use `--notes` in Add/Edit commands to prevent clash with password generator option `-n`. * Fix #6119 - Send Unicode to clip command; Windows only understands UTF-16 encoding. * Fix #6128 - `clip` command will default to clearing the clipboard after 10 seconds. To disable clearing set timeout to 0.
pull bot
pushed a commit
to SammyEnigma/keepassxc
that referenced
this issue
Apr 25, 2021
* Fix keepassxreboot#6001 - only use `--notes` in Add/Edit commands to prevent clash with password generator option `-n`. * Fix keepassxreboot#6119 - Send Unicode to clip command; Windows only understands UTF-16 encoding. * Fix keepassxreboot#6128 - `clip` command will default to clearing the clipboard after 10 seconds. To disable clearing set timeout to 0.
pull bot
pushed a commit
to tank0226/keepassxc
that referenced
this issue
Apr 25, 2021
* Fix keepassxreboot#6001 - only use `--notes` in Add/Edit commands to prevent clash with password generator option `-n`. * Fix keepassxreboot#6119 - Send Unicode to clip command; Windows only understands UTF-16 encoding. * Fix keepassxreboot#6128 - `clip` command will default to clearing the clipboard after 10 seconds. To disable clearing set timeout to 0.
pull bot
pushed a commit
to iloeng/keepassxc
that referenced
this issue
Apr 25, 2021
* Fix keepassxreboot#6001 - only use `--notes` in Add/Edit commands to prevent clash with password generator option `-n`. * Fix keepassxreboot#6119 - Send Unicode to clip command; Windows only understands UTF-16 encoding. * Fix keepassxreboot#6128 - `clip` command will default to clearing the clipboard after 10 seconds. To disable clearing set timeout to 0.
pull bot
pushed a commit
to NeatNerdPrime/keepassxc
that referenced
this issue
Apr 25, 2021
* Fix keepassxreboot#6001 - only use `--notes` in Add/Edit commands to prevent clash with password generator option `-n`. * Fix keepassxreboot#6119 - Send Unicode to clip command; Windows only understands UTF-16 encoding. * Fix keepassxreboot#6128 - `clip` command will default to clearing the clipboard after 10 seconds. To disable clearing set timeout to 0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
The first definition is for added/editing notes, the second definition is for using numbers in the password generator. Recommend moving notes to just
--notes
.The text was updated successfully, but these errors were encountered: