Skip to content

A simple plugin to send command to multiple pane in wezterm

License

Notifications You must be signed in to change notification settings

aureolebigben/wezterm-cmd-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wezterm-cmd-sender

A simple plugin to send command to multiple pane in wezterm

I am new to the world of Lua, so feel free to open pull requests to improve the plugin or the documentation.

Usage

demo

Setup

  1. Require the plugin
local wezterm = require 'wezterm'
local cmd_sender = wezterm.plugin.require("https://github.com/aureolebigben/wezterm-cmd-sender")
  1. Apply the keybinding to config
cmd_sender.apply_to_config(config)

If you want to change keybinding or description you can pass opts to apply_to_config

cmd_sender.apply_to_config(config, {
    key = 'mapped:s',
    mods = 'CMD|SHIFT',
    description = 'Enter command to send to all panes of active tab'
})

About

A simple plugin to send command to multiple pane in wezterm

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages