bash2html
# script: bash2html
# purpose: take input and convert all bash escape codes to html
# author: Florian Loeffler
# site: http://www.geek-blog.de/projekte/bash2html
# copyright: licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
# (see http://creativecommons.org/licenses/by-nc-sa/3.0/)
# version: 0.1
# script: record
# purpose: execute the given command and record all output including escape codes to the given file
# author: Florian Loeffler
# site: http://www.geek-blog.de/projekte/bash2html
# copyright: licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
# (see http://creativecommons.org/licenses/by-nc-sa/3.0/)
# version: 0.1
# purpose: sed script for use with bash2html
# author: Florian Loeffler
# site: http://www.geek-blog.de/projekte/bash2html
# copyright: licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License
# (see http://creativecommons.org/licenses/by-nc-sa/3.0/)
# version: 0.1
- record – Script: Aufzeichnen der Ausgabe des übergebenen Kommandos inklusive aller Escape Codes
- sed – Script: Umwandlung der Escape Codes in entsprechend formatiertes HTML
- bash2html – Script: bequemes Benutzen des sed – Scriptes, um die Umwandlung Escape Codes -> HTML vorzunehmen