cmd is an extensible bookmarklet command thing.
- Upload cmd.php and point your browser to it.
- Enter the URL to your shortcuts file.
- Drag the bookmarklet onto your bookmarks bar.
- Click bookmarklet.
cmd supports the Shortwave's syntax:
%s
- the provided search string.%d
- the domain of the current site.%r
- the full URL of the current site.%t
- the title of the current page.>
- comment to the end of the line.
Plus some extras:
%{foo}
- a default argument. Supports nested tokens (e.g.%{%d}
)