Releases: vmiklos/turtle-cpm
Releases · vmiklos/turtle-cpm
turtle-cpm 24.8
turtle-cpm 7.6
create
/create -n
now confirms if the password was actually created or it only would be
created.- pwgen installation is not necessary,
cpm
now uses
go-password instead. update
now has only a single way to select which password to update: the ID has to be specified
using-i
or interactively. This allows updating the password or type to a specified value while
only specifying an ID.delete
now has only a single way to select which password to delete: the ID has to be specified
using-i
or interactively.- oathtool installation is no longer necessary,
cpm
now
uses otp instead.
turtle-cpm 7.5
- update: new
-i
switch to edit themachine
,service
oruser
of a password without changing
the password itself sync
is renamed topull
, since it's a remote -> local copy only- delete: new
-i
switch to delete a password based on the search result
turtle-cpm 7.4
- added shell completion support
turtle-cpm 7.3
- create: new
-n
switch, introducing a dry run mode to see what style of password would be
generated - update and delete: new
-n
switch, showing how many passwords would be updated/deleted (typically
0 or 1), without writing the database
turtle-cpm 7.2
- in case the
XDG_STATE_HOME
environment variable is set to a custom value, it is now respected
turtle-cpm 7.1
- when specifying TOTP shared secrets, it is now supported to specify
otpauth://
URLs - new
cpm --qrcode
option to show the TOTP shared secret as a qr code
turtle-cpm 7.0
- new
version
subcommand that shows the version number
turtle-cpm 6.0
- create, update and delete: add interactive mode in case
--machine
or--user
is not specified - search: add interactive mode when no search terms are specified
turtle-cpm 5.0
scripts/cpmsync.sh
is now a built-in subcommand,cpm sync
. No need to install it manually
anymore.cpm search
no longer encrypts the database at the end, to be a little bit faster.- create/search/update/delete's -t flag now has a proper type, so it errors on invalid values (other
thanplain
ortotp
)