App-bookmarks
view release on metacpan or search on metacpan
t/data/url.txt
t/firefox.t
t/gemini.t
t/manifest.t
t/markdown.t
t/netscape.t
t/pod-coverage.t
t/pod.t
t/txt.t
tty.gif
tty.png
xt/boilerplate.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
- `csv-noheader` : same as above, without header line.
- `html` : Netscape Bookmarks File Format.
- `html-raw` : raw list of HTML <A> elements.
SEARCH BOOKMARKS INTERACTIVELY FROM CLI
---------------------------------------
This tool can be used to search, select and open bookmarks interactively from your terminal. The following instructions are for macOS.

Install the wonderful [fzf](https://github.com/junegunn/fzf) (available in [Homebrew](https://brew.sh)), [URI::Find](https://github.com/schwern/URI-Find) (CPAN), [App::uricolor](https://github.com/kal247/App-uricolor) (CPAN), and add these aliases to...
**Open link(s) with default application :**
```
alias lk="bookmarks | uricolor | fzf --ansi --exact --multi | urifind | xargs open"
```
- `uricolor` colorizes URIs to distinguish them from title and description.
- `fzf` is a fuzzy finder : use TAB for multiple selection, press ENTER to confirm, or ESC to cancel.
( run in 2.336 seconds using v1.01-cache-2.11-cpan-df04353d9ac )