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.
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:
Should I release this for public use? What features or commands would be fun to have?
Top comments (2)
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
Thank you so much for your input!