DEV Community

Cover image for Annoyed by Chrome Bookmark Manager I Created My Own. Should I release it?
Jurica Kenda
Jurica Kenda

Posted on

3 2

Annoyed by Chrome Bookmark Manager I Created My Own. Should I release it?

I was annoyed by my overcrowded bookmarks bar on Chrome, so I decided to create my own bookmark manager.
After creating the initial version, I thought it would be fun to make it accept CLI-like commands to filter out and open certain bookmarks.
Alt Text
For that, I created my own command form and its parser.

Commands implemented so far are :
ls - display all command
opn - open command

You can modify these commands with modificators:
rgx - looks for regular expression (works on both ls and opn)
tag - looks for a particular tag in page sentiment (works on display)

Modificators accept String arguments and based on them create predicates that will modify command execution.

This is what a parsable comman looks like:

Alt Text

Should I release this for public use? What features or commands would be fun to have?

Top comments (2)

Collapse
 
marcelo_earth profile image
Marcelo Arias

Looks so good. 😊

I would add support for quick handling with the keys. Like Ctrl + Enter. And --labels to organize better.

Commands are so interesting. I think that you should publish it

Collapse
 
juricakenda profile image
Jurica Kenda

Thank you so much for your input!

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay