๐Ÿ“ฆ dhruvmanila / go-bookmarks

Go library and command-line tool to list your browser bookmarks.

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/dhruvmanila/go-bookmarks.git
HTTPS git clone https://github.com/dhruvmanila/go-bookmarks.git
SSH git clone git@github.com:dhruvmanila/go-bookmarks.git
CLI gh repo clone dhruvmanila/go-bookmarks
Dhruv Manilawala Dhruv Manilawala Merge pull request #1 from dhruvmanila/dependabot/go_modules/golang.org/x/text-0.3.8 08b3e8b 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ cmd
๐Ÿ“ pkg
๐Ÿ“„ .gitignore
๐Ÿ“„ .goreleaser.yaml
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ LICENSE
๐Ÿ“„ Makefile
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Go Bookmarks

Go library and command-line tool to list your browser bookmarks.

Installation

go install github.com/dhruvmanila/go-bookmarks/cmd/bookmarks@latest

Usage

Usage: bookmarks [options]

Bookmarks lists your browser bookmarks.

If no browser name is provided, Bookmarks will collect the bookmarks
for the default browser.

Options:
  -b, --browser <name>  Browser to collect the bookmarks for
                        Available: 'brave', 'chrome', 'firefox', 'safari'
  -j, --json            Output in JSON format
  -p, --profile <name>  Firefox profile name
  -h, --help            Show this help message
  -v, --version         Show version

Library

Go Reference

Bookmarks also exposes a library with a minimal API. See documentation for more details.

License

This project is licensed under the MIT License.

See LICENSE for details.