From 15caf2c0e48434daf8ced5480696f82af3b9e56b Mon Sep 17 00:00:00 2001 From: Taiki Katayama / Ankh Date: Wed, 11 Mar 2026 15:39:55 +0900 Subject: [PATCH] Add screenshot to README after title Co-Authored-By: Claude Opus 4.6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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