Skip to content

Instantly share code, notes, and snippets.

@INuvanda
INuvanda / fetch-manpages.sh
Last active July 26, 2020 23:44
Fetch all manpages available in packages into the current directory
View fetch-manpages.sh
#!/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
@INuvanda
INuvanda / elinks.conf
Created January 7, 2018 21:50
An elinks.conf snippet for viewing video files as ASCII art
View elinks.conf