3 lines
86 B
Bash
Executable file
3 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
|
|
man -k . | dmenu -l 10 | xargs -r man -Tutf8 width=65 | col -bx | nvim -RO
|