diff --git a/README.md b/README.md index 86e3fe8..d9b8eec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # DOGEAR +![DOGEAR screenshot](metadata/dogear-1.png) + Raycast extension for fuzzy searching bookmarks from a YAML config file and opening them in the browser. +DOGEAR uses the same `config.yaml` format as [fzf-bookmark-opener](https://github.com/flexphere/fzf-bookmark-opener). +If you already have a config file at `~/.config/fzf-bookmark-opener/config.yaml`, you can point DOGEAR directly to it — no migration needed. ## Features @@ -38,10 +42,6 @@ bookmarks: Each entry requires `title` and `url` fields. Comments (`#`) can be used to organize bookmarks by category. -### fzf-bookmark-opener compatibility - -DOGEAR uses the same `config.yaml` format as [fzf-bookmark-opener](https://github.com/flexphere/fzf-bookmark-opener). If you already have a config file at `~/.config/fzf-bookmark-opener/config.yaml`, you can point DOGEAR directly to it — no migration needed. - ## License MIT