An open API service indexing awesome lists of open source software.

https://github.com/trygveaa/weechat-fzf

Switch WeeChat buffer using fzf (currently only works inside tmux)
https://github.com/trygveaa/weechat-fzf

fzf weechat

Last synced: 8 months ago
JSON representation

Switch WeeChat buffer using fzf (currently only works inside tmux)

Awesome Lists containing this project

README

          

# weechat-fzf

Switch buffer in WeeChat using fzf.

Currently requires WeeChat to be run inside tmux, as fzf is opened in a separate tmux pane.

## Installation

Requires fzf to be installed.

Copy the `fzf.py` script into `~/.weechat/python`.

Load the script in WeeChat: `/script load fzf.py`.

## Usage

Run `/fzf` in WeeChat.

Optionally bind a key to it, e.g.: `/key bind ctrl-G /fzf`.