Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.09 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.09 KB

fzf-bluetooth-connect

Fuzzy search and connect to paired bluetooth device.

Description

You can connect to paired bluetooth device. This script use a apple script in shell script.

Demo

Requirement

  • fzf
  • jq
  • MacOS

Install

Homebrew

$ brew tap Rasukarusan/tap
$ brew install Rasukarusan/tap/fzf-bluetooth-connect

Manually

$ git clone https://github.com/Rasukarusan/fzf-bluetooth-connect.git

Usage

# homebrew
$ bluetooth-fzf

# manually
$ cd fzf-bluetooth-connect
$ ./bluetooth-fzf

I using a symple alias.

alias bll='bluetooth-fzf'

Options

$ bluetooth-fzf --preview-window up # up / down / right /left
$ bluetooth-fzf --preview-window up:30%
$ bluetooth-fzf --no-preview

Articles

https://www.rasukarusan.com/entry/2020/06/10/214750

License

MIT