🚨 This command run only on a apple silicon machine.
brew tap kyu08/tap
brew install kyu08/tap/fzf-bookmark-opener
go install github.com/kyu08/fzf-bookmark-opener@latest
- This command generates the configuration file(
~/.config/fzf-bookmark-opener/config.yaml
) when initial launch. config.yaml
is like below.- You can add, update, delete bookmarks to edit this file.
- You can generate GCP services URL using gcp-url-generator easily.
bookmarks:
- title: 'fzf-bookmark-opener'
url: 'https://github.com/kyu08/fzf-bookmark-opener'
- title: 'fzf-bookmark-opener Issues'
url: 'https://github.com/kyu08/fzf-bookmark-opener/issues'
- title: 'fzf-bookmark-opener PRs'
url: 'https://github.com/kyu08/fzf-bookmark-opener/pulls'
- yamlに定義したbookmarkをfzfで選択してブラウザで開くくんを作った(Japanese)