ipware 0.3.0

Http Header Client Ip Extraction Utility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
layout {
    pane size=1 borderless=true {
        plugin location="zellij:tab-bar"
    }
    pane split_direction="vertical" {
        pane borderless=true edit="./src/lib.rs" size="65%"
        pane split_direction="horizontal"{
            pane command="cargo" {
                borderless true
                args "test"
            }
            pane borderless=true
        }
    }
    pane size=2 borderless=true {
        plugin location="zellij:status-bar"
    }
}