Skip to content

A plugin for Zellij which shows a compact and sexy header bar showing session name and tabs

Notifications You must be signed in to change notification settings

nickbanderson/based-header-for-zellij

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Based Header

A plugin providing the sexiest header bar for Zellij

demo of plugin

Installation

  1. If needed, cargo install --locked cargo-make to add cargo make command
  2. rustup target add wasm32-wasi
  3. cargo make install
    • This will perform a release build and install the .wasm to ~/.local/zellij-plugins/based-header.wasm next to default zellij plugins

Usage

In a Zellij layout KDL file, point to file:based-header.wasm. This will use the .wasm installed by cargo make install.

Example

// some_layout.kdl 
layout {
    pane size=1 borderless=true {
        plugin location="file:based-header.wasm"
    }
    pane
}

zellij -l ./path/to/some_layout.kdl -s my_session_name


Seeded by Zellij's default plugin, tab-bar

About

A plugin for Zellij which shows a compact and sexy header bar showing session name and tabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages