Skip to content

kyu08/fzf-bookmark-opener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔭 fzf-bookmark-opener

fzf-bookmark-opener is the command line tool that opens bookmark using fzf.

Language:Go License:MIT Latest Release

how to use

🔧 Installation

🚨 This command run only on a apple silicon machine.

Install binary via Homebrew

brew tap kyu08/tap
brew install kyu08/tap/fzf-bookmark-opener

Build from source

go install github.com/kyu08/fzf-bookmark-opener@latest

📓 How it works

  • 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.
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'

✨ Related project(s)

🗒 Related Article(s)

About

A command line tool that opens bookmark using fzf.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages