Commit graph

10 commits

Author SHA1 Message Date
507be16558 Select the new buffer
When calling `dispass-list-labels' the new buffer should be selected,
not _just_ shown.
2012-07-05 02:20:39 +02:00
cb33ce7048 Add and show keybinding for dispass-labels-mode 2012-07-05 02:14:58 +02:00
c72616deeb Fix -c flag for dispass
Since the prompt for dispass has changed in v0.1a8 the process filter
didn't recognize the second prompt anymore.
2012-07-05 02:08:45 +02:00
f0a31cb1f6 Add autoload cookie to dispass-list-labels 2012-07-05 01:45:55 +02:00
3694850613 Make labels in list clickable
When a label is clicked on, or <RET> is pressed while the cursor is on
it, the `dispass' function is called with the appropriate label and
length.
2012-07-05 01:41:41 +02:00
2427dc3138 Add a simple list of labels 2012-07-05 01:11:07 +02:00
933febfeaa Add custom group
By using `defgroup' and `defcustom' the variable (and possible later
variables) can be changed through Emacs' extensive customization
interface.

    M-x customize-group <RET> dispass <RET>

Will show you the variables that can be changed for dispass.el.
2012-06-17 22:47:40 +02:00
d547d846c6 Add the -l switch functionality
Using a numeric prefix argument when calling either `dispass' or
`dispass-create' will invoke dispass with the -l switch to cut
passwords down to a certain size.
2012-06-17 14:44:46 +02:00
Benjamin Althues
99e40ccc0f Add README for emacs wrapper 2012-06-16 02:53:16 +02:00
702932c6c1 Add dispass.el
dispass.el is an emacs wrapper script for dispass, it provides the
ability to recall or create the passwords.
2012-06-09 21:47:12 +02:00