Skip to content
/ bmfzf Public

📝 bmfzf lets you fuzzy search of Chrome Bookmarks.

License

Notifications You must be signed in to change notification settings

po3rin/bmfzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmfzf

GoDoc Go Test release

bmfzf (bookmark fzf) lets you fuzzy search of Chrome Bookmarks.

Install

■ curl

you can install with curl.

$ curl -sf https://gobinaries.com/po3rin/bmfzf | sh

Go Binaries is an on-demand binary server, allowing non-Go users to quickly install tools https://github.com/tj/gobinaries

■ Release Page

https://github.com/po3rin/bmfzf/releases

■ Go

$ go install github.com/po3rin/bmfzf

Usage

bmfzf cli return bookmark url.

# choose Google bookmark
$ bmfzf
https://www.google.co.jp

When combined with other tools, bmfzf is more useful! following command is fuzzy serch & open page in Chrome.

# MacOS example
$ open -a '/Applications/Google Chrome.app' $(bmfzf)

If you changed Bookmarks file location, please use -f option.

About Bookmarks
https://www.ubergizmo.com/how-to/find-google-chrome-bookmarks-computer/

TODO

  • Provide tools with Homebrew