Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (27 loc) · 1.18 KB

Tmux Sidelib

Screenshot showing off example tmux-sideapp

Description

Tmux Sidelib is a bash script library meant to reduce the redundant work required to create tmux-plugins such as tmux-sidelib or tmux-notepane. These are plugins which open a useful program when activated via a tmux binding.

How to use

Use an example sideapp

  1. Clone the repo

  2. Copy a demo sideapp.sh program from /demos into /scripts.

    cp /demos/note/sideapp.sh /scripts
    
  3. Enter tmux if you are not already

    tmux
    
  4. Run tmux_sidelib.tmux (it's a shell script)

    ./tmux_sidelib.tmux
    
  5. Hit P-N (Prefix + N)

Create your own sideapp

Examples of "sideapps"

Updates

Requirements

  • tmux 1.8 or higher

Other Stuff