Skip to content

Commit

Permalink
docs for prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 16, 2012
1 parent d23463a commit 2462a70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Expand Up @@ -47,6 +47,9 @@ Commands:
$ bm ls
$ bm
# view bookmark screenshots in your default browser
$ vm view
# clear all bookmarks
$ bm clear
Expand Down
15 changes: 9 additions & 6 deletions bin/bm
Expand Up @@ -24,22 +24,25 @@ usage() {
Commands:
# add a bookmark with the given url, description, and optional tags
add <url> [desc] [tag...]
$ bm add <url> [desc] [tag...]
# open the first bookmark matching <query>
open <query>
$ bm open <query>
$ bm <query>
# search the bookmarks via full-text <query>
search <query>
$ bm search <query>
# list bookmarks available
ls, list
$ bm list
$ bm ls
$ bm
# view bookmark screenshots in your default browser
view
$ vm view
# clear all bookmarks
clear
$ bm clear
Options:
Expand Down

0 comments on commit 2462a70

Please sign in to comment.