added experimental mdcat

This commit is contained in:
fatalerrors
2026-05-20 13:55:28 +02:00
parent 9ec52aa49f
commit 28e4c112af
3 changed files with 475 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ help()
printf "ku\t\tKill all processes owned by the given user name or ID\n"
printf "matrix\t\tConsole screensaver with Matrix-style digital rain (binary, kana, ascii charset)\n"
printf "mcd\t\tCreate a directory and immediately move into it\n"
printf "mdcat\t\tRender Markdown files in terminal with colors and code frames\n"
printf "meteo\t\tDisplay weather forecast for the configured or given city\n"
printf "myextip\t\tGet information about your public IP address\n"
printf "pkgs\t\tSearch for a pattern in installed package names (dpkg/rpm, supports -i)\n"
@@ -102,7 +103,7 @@ help()
printf "utaz\t\tSmartly uncompress archives (zip, tar.gz/bz2/xz/lz, rar, arj, lha, ace, 7z, zst, cpio, cab, deb, rpm)\n"
printf "ver\t\tDisplay the installed profile version\n\n"
printf "\nPlease use <command> --help to obtain usage details.\n"
printf "\nPlease use <command> --help or help <command> to obtain usage details.\n"
}
export -f help
# ------------------------------------------------------------------------------