An open API service indexing awesome lists of open source software.

https://github.com/tuvimen/htmlwrap

A simple shell script for wrapping files in html headers
https://github.com/tuvimen/htmlwrap

html shell

Last synced: over 1 year ago
JSON representation

A simple shell script for wrapping files in html headers

Awesome Lists containing this project

README

          

# htmlwrap

A simple shell script for wrapping files in html headers.

## Installation

install -m 755 htmlwrap /usr/bin

## Usage

htmlwrap [OPTION]... [FILE]...

Make html file from output of find command

find . -type f -name '*.jpg' -printf '

  • %P
  • \n' | sed '1s/^/
      /; $s/$/<\/ul>/' | htmlwrap -t 'list' -d 'list of jpg files' -C -i icon.ico -k 'list jpg' -s style.css -s main.css -S clock.js -S loop.js

      Get some help

      htmlwrap -h