utilsbin/bin/nman
GasparVardanyan 37b8af4c11 update
2023-08-20 08:03:51 +04:00

5 lines
103 B
Bash
Executable file

#!/bin/sh
printf '\33]2;%s\007' "$(echo nman $@)"
nvim -c "Man $(echo $@)" -c "only" -c "set ft=man"