Options
All
  • Public
  • Public/Protected
  • All
Menu

Project Excmd.js

This is a library for parsing Tridactyl-style ‘ex-mode commands.’ These lie somewhere halfway between a Vim excmd and a POSIX-sh command.

" I like wikiwand but I don't like the way it changes URLs
bindurl wikiwand.com yy composite js document.location.href.replace("wikiwand.com/en","wikipedia.org/wiki") | clipboard yank

" Make gu take you back to subreddit from comments
bindurl reddit.com gu urlparent 4

" Allow Ctrl-a to select all in the commandline
unbind --mode=ex <C-a>

" Julia docs' built in search is bad
set searchurls.julia https://www.google.com/search?q=site:http://docs.julialang.org/en/v1.0%20

Jump to:

Usage

Get started with [[Parser.expressionOfString]].

DOCME!

Generated using TypeDoc