blob: 1b7b86d0cf9b79358633c53cec6da90b6a025c55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# insel
Who up selecting they inputs
TUI selector with 1:1 flag parity with dmenu. You can just symlink 'dmenu' to 'insel-run' (or insel if you plan on using from tty only)
## Installation
```
git clone https://git.bwaaa.monster/insel
cd insel
make
doas make install
```
|