Readme update
This commit is contained in:
parent
77ff0e98f1
commit
a2d3c362f5
20
README.md
20
README.md
@ -3,6 +3,26 @@ PM
|
|||||||
|
|
||||||
Simple password manager writed in perl.
|
Simple password manager writed in perl.
|
||||||
|
|
||||||
|
== INSTALL ==
|
||||||
|
|
||||||
|
=== Perl modules ===
|
||||||
|
|
||||||
|
cpan install Module::Name.
|
||||||
|
|
||||||
|
Not recommended. Please use you package manager.
|
||||||
|
|
||||||
|
* DBD::sqlite
|
||||||
|
* Clipboard
|
||||||
|
|
||||||
|
On Fedora:
|
||||||
|
|
||||||
|
yum/dnf install perl-Class-DBI-SQLite perl-Clipboard
|
||||||
|
|
||||||
|
On Debian-based systems:
|
||||||
|
|
||||||
|
I'm don't have it now.
|
||||||
|
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
|
6
pm.pl
6
pm.pl
@ -58,14 +58,14 @@ sub init() {
|
|||||||
usage if $opt_h;
|
usage if $opt_h;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Parse cmd line
|
|
||||||
init();
|
|
||||||
|
|
||||||
my $pass = Password->new();
|
my $pass = Password->new();
|
||||||
|
|
||||||
# Don't use it's before GPG and Database
|
# Don't use it's before GPG and Database
|
||||||
# $pass->check_config() == 0 or die "$!\n";
|
# $pass->check_config() == 0 or die "$!\n";
|
||||||
|
|
||||||
|
# Parse cmd line
|
||||||
|
init();
|
||||||
|
|
||||||
my $copy = ClipPass->new();
|
my $copy = ClipPass->new();
|
||||||
|
|
||||||
# Command line arguments switch
|
# Command line arguments switch
|
||||||
|
Loading…
Reference in New Issue
Block a user