Acme-CPANModules-CLI-PasswordManager
view release on metacpan or search on metacpan
"class" : "Dist::Zilla::Plugin::CopyrightYearFromGit",
"name" : "@Author::PERLANCAR/CopyrightYearFromGit",
"version" : "0.009"
},
{
"class" : "Dist::Zilla::Plugin::IfBuilt",
"name" : "@Author::PERLANCAR/IfBuilt",
"version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Author::PERLANCAR/MetaJSON",
"version" : "6.032"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Author::PERLANCAR/MetaConfig",
"version" : "6.032"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
"config" : {
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : 0
},
"version" : "6.032"
}
},
"x_authority" : "cpan:PERLANCAR",
"x_generated_by_perl" : "v5.40.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}
version: '0.037'
-
class: Dist::Zilla::Plugin::CopyrightYearFromGit
name: '@Author::PERLANCAR/CopyrightYearFromGit'
version: '0.009'
-
class: Dist::Zilla::Plugin::IfBuilt
name: '@Author::PERLANCAR/IfBuilt'
version: '0.02'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@Author::PERLANCAR/MetaJSON'
version: '6.032'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Author::PERLANCAR/MetaConfig'
version: '6.032'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
Dist::Zilla::Plugin::MetaProvides::Package:
finder_objects:
DESCRIPTION
Password manager CLIs are command-line tools which you can use to store
and retrieve password entries.
If you know of others, please drop me a message.
ACME::CPANMODULES ENTRIES
App::PasswordManager
A simple script that lets you add, edit, list, and delete passwords
from the CLI. Passwords are stored in "~/.password_manager.json" in
a simple JSON object (hash) structure. Currently a very early
release that still needs to be updated.
Pros:
* simplicity.
Cons:
* At the time of this writing (version 1.0.0) only the password
hash is stored and returned, making this application unusable at
lib/Acme/CPANModules/CLI/PasswordManager.pm view on Meta::CPAN
If you know of others, please drop me a message.
MARKDOWN
entries => [
{
module => 'App::PasswordManager',
script => 'password_manager',
description => <<'MARKDOWN',
A simple script that lets you add, edit, list, and delete passwords from the
CLI. Passwords are stored in `~/.password_manager.json` in a simple JSON object
(hash) structure. Currently a very early release that still needs to be updated.
Pros:
- simplicity.
Cons:
- At the time of this writing (version 1.0.0) only the password hash is stored
and returned, making this application unusable at the moment.
lib/Acme/CPANModules/CLI/PasswordManager.pm view on Meta::CPAN
If you know of others, please drop me a message.
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<App::PasswordManager>
A simple script that lets you add, edit, list, and delete passwords from the
CLI. Passwords are stored in C<~/.password_manager.json> in a simple JSON object
(hash) structure. Currently a very early release that still needs to be updated.
Pros:
=over
=item * simplicity.
=back
( run in 1.224 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )