mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
3 lines
84 B
Bash
Executable File
3 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
man -Tpdf $(man -k . | awk '{print $1}' | uniq | dmenu -l 20) | zathura -
|