Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from tj/bm

CLI bookmarks -- dropbox persisted bookmarks in your terminal - view screenshots in your browser

Notifications You must be signed in to change notification settings

curtisharvey/bm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

## BM

Simple bash CLI bookmarks persisted by your ~/Dropbox, sporting a webkit2png-driven html screenshot browser, even grep the screenshots by tag and description:

$ bm view expressapp

$ make install
$ make uninstall

Example

Add a bookmark:

$ bm add http://subtlepatterns.com "tiling background images" design textures

Open it later:

$ bm subtle

Search for design related bookmarks:

cli bookmarks

Usage


Usage: bm [options] [cmd]

Commands:

  # add a bookmark with the given url, description, and optional tags
  $ bm add <url> [desc] [tag...]

  # open the first bookmark matching <query>
  $ bm open <query>
  $ bm <query>

  # search the bookmarks via full-text <query>
  $ bm search <query>

  # list bookmarks available
  $ bm list
  $ bm ls
  $ bm

  # view bookmark screenshots in your default browser
  $ bm view design
  $ bm view

  # clear all bookmarks
  $ bm clear

Options:

   -V, --version   output bm version
   -h, --help      output this help information

## Screenshots

Run bm view [query] to view the bookmark screenshots in your default browser. This requires webkit2png(1) (brew install webkit2png).

By default bookmark data is stored in ~/Dropbox/bookmarks. You can change this by setting a BM_DIR environment variable.

$ cat ~/Dropbox/bookmarks/data
https://kippt.com|bookmark management|clean white design
http://subtlepatterns.com|tiling background images|design textures
http://www.uiparade.com|ui component designs|design ui

About

CLI bookmarks -- dropbox persisted bookmarks in your terminal - view screenshots in your browser

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%