Commit graph

6 commits

Author SHA1 Message Date
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