Skip to content

Instantly share code, notes, and snippets.

@dardo82
Created January 14, 2025 13:29
Show Gist options
  • Save dardo82/8714bb23175c6c0e1229edfe050370ab to your computer and use it in GitHub Desktop.
Save dardo82/8714bb23175c6c0e1229edfe050370ab to your computer and use it in GitHub Desktop.
MailCap
# MailCap
audio/*; /usr/bin/play %s; needsterminal
video/*; /usr/bin/mpv %s; needsterminal
image/*; /usr/bin/fbi%s; needsterminal
text/html; /usr/bin/w3m %s; needsterminal
application/pdf; /usr/bin/fbgs -xxl %s; needsterminal
application/postscript; /usr/bin/fbgs -xxl %s; needsterminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment