8000 GitHub - mrusme/bookmarkdown: A super lightweight tool for accessing links from a markdown file
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A super lightweight tool for accessing links from a markdown file

License

Notifications You must be signed in to change notification settings

mrusme/bookmarkdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" -)
0