summaryrefslogtreecommitdiffstats
path: root/site/projects/dispass.el.org
blob: 0d071ce683cd617cc86b53f36291c3f3a357020f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#+TITLE: dispass.el
#+LINK: src    http://code.ryuslash.org/cgit.cgi/emacs/dispass.el/
#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/emacs/dispass.el/snapshot/dispass.el-master.tar.gz
#+LINK: zip    http://code.ryuslash.org/cgit.cgi/emacs/dispass.el/snapshot/dispass.el-master.zip
#+LINK: readme http://code.ryuslash.org/cgit.cgi/emacs/dispass.el/about/
#+LINK: manual http://ryuslash.org/projects/dispass.el/manual/
#+LINK: dispass http://dispass.babab.nl
#+STARTUP: showall

#+begin_html
  <script src="/keyjs.js" type="text/javascript"></script>
  <script type="text/javascript">
    keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
                       "h": [ "keyjs_goto", "http://ryuslash.org" ] });
  </script>
#+end_html

#+INCLUDE: "dlmenu.inc"

* What does it do?

  [[dispass][DisPass]] is a passphrase generator. ~dispass.el~ is an [[emacs][Emacs]] wrapper
  for [[dispass][DisPass]].

* Why was it written?

  [[dispass][DisPass]] is written by a [[http://babab.nl][friend]] of mine and I really liked the idea
  of it. But the interface he had for it was not to my liking, it was
  not Emacs.

** Why the license?

   Since [[dispass][DisPass]] uses the ISC license, I thought it would be polite
   to use the same license.

* Who is it for?

  Anyone who prefers to use emacs as a universal interface and also
  likes to use [[dispass][DisPass]].

* Data

  | Version  | 0 (development only) |
  | Language | Emacs Lisp           |
  | License  | ISC                  |

** Features

   - Copy passwords directly to the clipboard, no need for manual
     selection and copying.
   - Specify the length of the passphrase by using a numeric prefix
     argument.
   - Input completion for labels.
   - Some label management (adding, removing).

** Dependencies

   - [[emacs][Emacs]] :: Probably version 24+, since that is what it's being
              developed on.
   - [[dispass][DisPass]] :: At least v0.1a8, best is a recent git version.

* More...

  For further instructions I would refer you to the [[readme][README]] and [[manual]].