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
- Host: GitHub
- URL: https://github.com/mrusme/bookmarkdown
- Owner: mrusme
- License: gpl-3.0
- Created: 2022-12-14T19:58:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T20:28:13.000Z (over 2 years ago)
- Last Synced: 2024-10-18T06:35:41.705Z (7 months ago)
- Topics: bemenu, bookmark, bookmarks, dmenu, dmenu-scripts, markdown, markdown-parser, markdown-viewer, rofi, rofi-scripts, wofi
- Language: Go
- Homepage: https://xn--gckvb8fzb.com
- Size: 14.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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" -)
```