Package: assword
Version: 0.7-1
Severity: wishlist
I like to use multiple different databases to store secure passwords
in part because there are enough of them that I like separating random
sites from work sites, etc.
This is possible to do with the environment variables, but it's
awkward to set them for a single invocation of the command. That in
turn means that I am using shell functions like:
# Run assword with a particular database.
assword-db () {
local db="$1"
shift
ASSWORD_DB="$db" assword "$@"
}
It would be nice to have a simple -f command-line option to specify
the database file, similar to other commands.
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.10-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages assword depends on:
ii python 2.7.5-4
ii python-gpgme 0.2-3
ii python-gtk2 2.24.0-3+b1
ii python-pkg-resources 0.6.49-2
Versions of packages assword recommends:
ii python-xdo 0.2-2
ii xclip 0.12+svn84-2
assword suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]