Skip to content

Instantly share code, notes, and snippets.

@b-coimbra
Last active April 27, 2019 17:22
Show Gist options
  • Save b-coimbra/245eb50643d4cc54364692f598a1dc70 to your computer and use it in GitHub Desktop.
Save b-coimbra/245eb50643d4cc54364692f598a1dc70 to your computer and use it in GitHub Desktop.
#!/bin/sh
man -k . | dmenu -l 30 | awk '{print $1}' | xargs -r man -Tpdf | zathura -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment