Skip to content

Commit

Permalink
Add safari to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Feb 18, 2024
1 parent 7064a47 commit eb62bb0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bogrep -i "reed-solomon code"
- [Chrome](#chrome)
- [Chromium](#chromium)
- [Edge](#edge)
- [Safari](#safari)
- [Filter bookmark folders](#filter-bookmark-folders)
- [Ignore URLs](#ignore-urls)
- [Fetch underlying urls](#fetch-underlying-urls)
Expand Down Expand Up @@ -113,7 +114,7 @@ bogrep fetch --help
## Import bookmarks

Currently, bookmarks in JSON format for Firefox, Chrome, Chromium, and Edge are
supported. Bookmark files in HTML format are not supported yet.
supported as well as bookmarks in PLIST format for Safari. Bookmark files in HTML format are not supported yet.

The path of bookmarks may be different for your operating system.

Expand Down Expand Up @@ -165,6 +166,14 @@ Configure Edge as source for bookmarks:
bogrep config --source ~/.config/microsoft-edge/Default/Bookmarks
```

### Safari

Configure Safari as source for bookmarks:

``` bash
bogrep config --source ~/Library/Safari/Bookmarks.plist
```

## Filter bookmark folders

Filter which bookmark folders are imported. Multiple folders are separated by comma:
Expand Down

0 comments on commit eb62bb0

Please sign in to comment.