An open API service indexing awesome lists of open source software.

https://github.com/mrusme/bookmarkdown

A super lightweight tool for accessing links from a markdown file
https://github.com/mrusme/bookmarkdown

bemenu bookmark bookmarks dmenu dmenu-scripts markdown markdown-parser markdown-viewer rofi rofi-scripts wofi

Last synced: about 1 month ago
JSON representation

A super lightweight tool for accessing links from a markdown file

Awesome Lists containing this project

README

        

bookmarkdown
------------

A super lightweight tool for parsing links from a markdown file, listing the
titles for dmenu/bemenu/rofi/wofi and retrieving a title back to display the
corresponding link.

## Build

```sh
go build .
```

## Run

```sh
open $(bookmarkdown "${JRNL}/content/bookmarks/index.md" \
| bemenu \
| bookmarkdown "${JRNL}/content/bookmarks/index.md" -)
```