Skip to content

ryuslash/cdispass

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

cDisPass

cdispass is a JavaScript-based wrapper around DisPass for the Conkeror Web Browser.

Usage

To use cdispass: Add its location to your load_paths and require it.

load_paths.push("/path/to/cdispass/");
require("cdispass");

And then you can use M-x dispass or you could bind dispass-and-submit to some key, like:

define_key(content_buffer_text_keymap, "C-c d", "dispass-and-submit");

Which would cause C-c d to call the dispass command, insert the result in the current focused element and then submit the form in which the element is placed.

About

Conkeror interface for DisPass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published