#!/bin/zsh source ~/.zshrc apropos . | dmenu -i | awk '{print $1, $2}' | tr -d ' ' | xargs man -T | ps2pdf - - | zathura -