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
Downloads
 v0.1
       bash2html (2.86 kb)07.01.2008 22:29:00
       bash2html.sed (2.15 kb)07.01.2008 22:29:17
       record (626 b)07.01.2008 22:29:18

Hinterlasse eine Antwort

Deine E-Mail-Adresse wird nicht veröffentlicht.