Skip to content
/ cbm Public

A simple util for parsing and syncing chromium style bookmark files

License

Notifications You must be signed in to change notification settings

andscoop/cbm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
andscoop
Dec 30, 2021
8395b2a · Dec 30, 2021

History

17 Commits
Dec 30, 2021
Dec 30, 2021
Dec 30, 2021
Dec 18, 2021
Dec 30, 2021
Dec 18, 2021
Dec 18, 2021
Dec 18, 2021

Repository files navigation

cbm

A CLI utility for listing and opening chrome bookmarks from the json file.

This utility came out of a desire for more searchable and discoverable bookmarks. By utilizing the path with fuzzy finder, where you store your bookmarks can contain contextual information, making them easier to find.

Examples

List all bookmarks ./cbm ls

Pipe all bookmarks to fzf /cbm ls | fzf)

Use fzf to find a bookmark and open bookmark in your default browser

./cbm ls | fzf | ./cbm open

TODO

  • bring in basic config and chrome bookmark fp discovery
  • cbm open should probably carry most of the water here
    • cbm open --fzf should run eqivilant of cbm ls | fzf | cbm open
    • any reason to not make this the default behavior of cbm with no args?
  • allow for customization of what is output in cbm ls this will allow for users to customize for their searching preferences

About

A simple util for parsing and syncing chromium style bookmark files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages