summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-07-30 21:37:39 +0000
committerPaul Buetow <paul@buetow.org>2010-07-30 21:37:39 +0000
commitb398860797abb31a7e9e42bf500d2446c7cbf6f9 (patch)
tree2025364c8a798fc0a6665aa8a59e51e9dd866495
parent8d36caba62a80b278491126f80516199bd31395e (diff)
-rw-r--r--CHANGELOG.txt3
-rwxr-xr-xpwgrep.sh9
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 69e43ed..e2aa407 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,6 @@
Fri Jul 30 23:31:12 CEST 2010
-v0.5-pre-3 - new command pwldb, which lists all databases available
+v0.5-pre-3 - new command pwdbls, which lists all databases available.
+pwldb is a synonym for pwdbls.
Wed Jul 28 18:44:03 CEST 2010
v0.5-pre-2 - new option -d DATABASE, so its multi database capable now
diff --git a/pwgrep.sh b/pwgrep.sh
index df1d9ca..cefe30d 100755
--- a/pwgrep.sh
+++ b/pwgrep.sh
@@ -25,6 +25,8 @@
# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwfadd
# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwfdel
# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/fwipe
+# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwdbls
+# ln -s ~/svn/pwgrep/v?.?/pwgrep.sh ~/bin/pwldb
# Replace ?.? with the version of pwgrep you want to use. Your PATH variable
# should also include ~/bin then.
@@ -157,7 +159,7 @@ function pwedit () {
[ -z $NOVERSIONING ] && $VERSIONCOMMIT
}
-function pwldb () {
+function pwdbls () {
[ -z $NOVERSIONING ] && $VERSIONUPDATE 2>&1 >/dev/null
echo Available Databases:
ls *.gpg | sed 's/\.gpg$//'
@@ -264,8 +266,11 @@ case $BASENAME in
pwedit)
pwedit
;;
+ pwdbls)
+ pwdbls
+ ;;
pwldb)
- pwldb
+ pwdbls
;;
pwfls)
pwfls $ARGS