qiyihuang / omni-cmd

Lightweight shortcut/bookmark tool for Chrome omnibox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactor command for more moduler implementation

qiyihuang opened this issue · comments

commented

From current command can see there's some patterns. Instead of hard coding every command, make a url builder and inject params from each command.

commented

And further extract those params and store them somewhere so we can add command dynamically