Skip to content

Instantly share code, notes, and snippets.

View jp-hoehmann's full-sized avatar

Jean-Pierre Höhmann jp-hoehmann

View GitHub Profile
@jp-hoehmann
jp-hoehmann / fetch-manpages.sh
Last active July 26, 2020 23:44
Fetch all manpages available in packages into the current directory
#!/usr/bin/env -S bash -euo pipefail
#
# Fetch all available manpages.
#
n=$(apt-cache pkgnames | wc -l)
i=0
for e in $(apt-cache pkgnames)
do
@jp-hoehmann
jp-hoehmann / elinks.conf
Created January 7, 2018 21:50
An elinks.conf snippet for viewing video files as ASCII art