fzf-chrome-active-tab
Fuzzy search and activate Chrome tab from terminal.
Description
You can activate google chrome tab by fzf.
This script use a apple script in shell script.
Demo
Requirement
- fzf
- MacOS
Install
Homebrew
$ brew tap Rasukarusan/tap
$ brew install Rasukarusan/tap/fzf-chrome-active-tab
Manually
$ git clone https://github.com/Rasukarusan/fzf-chrome-active-tab.git
Usage
# homebrew
$ chrome-tab-activate
# manually
$ cd fzf-chrome-active-tab
$ ./chrome-tab-activate
Options
$ chrome-tab-activate --preview-window up # up / down / right /left
$ chrome-tab-activate --no-preview
Articles
https://www.rasukarusan.com/entry/2019/11/03/190519
License
The MIT License (MIT)
Copyright (c) 2017 Junegunn Choi