po3rin / bmfzf

πŸ“ bmfzf lets you fuzzy search of Chrome Bookmarks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“ bmfzf lets you fuzzy search of Chrome Bookmarks.

License:Apache License 2.0


Languages

Language:Go 100.0%