Skip to content

Instantly share code, notes, and snippets.

@en30
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save en30/6ddff7a5f27c1a0c30a9 to your computer and use it in GitHub Desktop.
Save en30/6ddff7a5f27c1a0c30a9 to your computer and use it in GitHub Desktop.
# depends on peco, chrome-cli
function peco-chrome-tabs () {
local tab_id=$(chrome-cli list tabs | peco | sed -e s/.*:// -e s/].*//)
if [ -n "$tab_id" ]; then
chrome-cli activate -t $tab_id
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment