orgweb/site/projects/dispass.el.org

65 lines
2 KiB
Org Mode
Raw Normal View History

2012-07-01 15:09:32 +02:00
#+TITLE: dispass.el
2013-01-11 01:16:41 +01:00
#+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/
2012-07-01 15:09:32 +02:00
#+LINK: dispass http://dispass.babab.nl
#+STARTUP: showall
#+begin_html
2012-07-01 16:49:20 +02:00
<script src="/keyjs.js" type="text/javascript"></script>
2012-07-01 15:09:32 +02:00
<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?
2012-07-01 15:09:32 +02:00
[[dispass][DisPass]] is a passphrase generator. ~dispass.el~ is an [[emacs][Emacs]] wrapper
2012-07-01 15:09:32 +02:00
for [[dispass][DisPass]].
* Why was it written?
2012-07-01 15:09:32 +02:00
2013-01-11 01:16:41 +01:00
[[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.
2012-07-01 15:09:32 +02:00
2013-01-11 01:16:41 +01:00
** Why the license?
2012-07-01 15:09:32 +02:00
2013-01-11 01:16:41 +01:00
Since [[dispass][DisPass]] uses the ISC license, I thought it would be polite
to use the same license.
* Who is it for?
2012-07-01 15:09:32 +02:00
Anyone who prefers to use emacs as a universal interface and also
likes to use [[dispass][DisPass]].
2013-01-11 01:16:41 +01:00
* Data
2013-01-11 01:16:41 +01:00
| Version | 0 (development only) |
| Language | Emacs Lisp |
| License | ISC |
2013-01-11 01:16:41 +01:00
** Features
2013-01-11 01:16:41 +01:00
- 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).
2013-01-11 01:16:41 +01:00
** Dependencies
2013-01-11 01:16:41 +01:00
- [[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.
2013-01-11 01:16:41 +01:00
* More...
2012-07-01 15:09:32 +02:00
For further instructions I would refer you to the [[readme][README]] and [[manual]].