shellac
shellac copied to clipboard
Extend Chrome with unix shell commands
I have my shellac.json `{ "actions": [ { "name": "edit_page", "title": "Edit the Source to this Page", "command": "scripts/edit \"$SHELLAC_TAB_URL\"", "contexts": ["page"] }, { "name": "terminal_selection", "title": "Terminal the Source...
I would love the option to put commands on the parent menu instead of the child menu. This way it is easier to get to commonly used commands.
I think `SHELLAC_TAB_URL` is not updated when the hotkey is pressed, it returns the last tab I was on, but shouldn't it show the current tab I am open?
Besides, now it possible to create a command-line launcher, like this: ``` sh sudo ln -s ./svc/shellac/run /usr/local/bin/shellac ```