/bookmarkdown

A super lightweight tool for accessing links from a markdown file

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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

go build .

Run

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