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)
- Host: GitHub
- URL: https://github.com/trygveaa/weechat-fzf
- Owner: trygveaa
- License: mit
- Created: 2020-07-13T19:26:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T21:48:49.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T08:01:34.126Z (over 1 year ago)
- Topics: fzf, weechat
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.