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
- Host: GitHub
- URL: https://github.com/tuvimen/htmlwrap
- Owner: TUVIMEN
- License: gpl-3.0
- Created: 2022-11-27T11:50:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T11:50:45.000Z (over 3 years ago)
- Last Synced: 2025-01-31T08:33:01.846Z (over 1 year ago)
- Topics: html, shell
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 '
- /; $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