https://github.com/daishe/chrome-bookmarks-to-markdown
https://github.com/daishe/chrome-bookmarks-to-markdown
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daishe/chrome-bookmarks-to-markdown
- Owner: daishe
- License: apache-2.0
- Created: 2022-09-11T11:56:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T12:04:01.000Z (over 2 years ago)
- Last Synced: 2025-04-12T21:47:45.684Z (about 1 month ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome bookmarks to markdown
[](https://github.com/daishe/chrome-bookmarks-to-markdown/releases)
[](https://github.com/daishe/chrome-bookmarks-to-markdown/actions/workflows/release.yaml)[](https://golang.org/dl/)
[](https://github.com/daishe/chrome-bookmarks-to-markdown/blob/master/LICENSE)A simple CLI utility to convert Chrome bookmarks to markdown format.
## Usage
Just run the CLI ad it will produce chrome bookmarks for all profiles in markdown format:
```sh
chrome-bookmarks-to-markdown
```If you wish to save returned document to file instead of printing to stdout use `--output` flag:
```sh
chrome-bookmarks-to-markdown --output 'path/to/store/generated/document.md'
```You can also limit profiles with `--profiles` flag:
```sh
chrome-bookmarks-to-markdown --profiles 'Default,Profile 1'
```and override default path with Chrome configuration with `--input` flag.
That's it!
## Help
To get the complete list of all flags, use
```sh
chrome-bookmarks-to-markdown --help
```## License
Chrome bookmarks to markdown is open-sourced software licensed under the [Apache License 2.0](http://www.apache.org/licenses/).