Skip to content
forked from rojo2/brauser

Shell script to generate a html with a directory's content

License

Notifications You must be signed in to change notification settings

myfunnyandy/brauser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

How it works?

It uses the templates from template to generate a index.html file.

Shortcut Keys

Shift + (Left arrow or up arrow): previous file Shift + (Right arrow or down arrow): next file

Usage

Usage: generate [-cvh] [-t TITLE] [-o OUTFILE] [-p PATH]

  -p PATH     use PATH instead of the current working directory
  -o OUTFILE  write result to OUTFILE instead of index.html
  -t TITLE    change TITLE on the navigation bar
  -c          copy template/ to PATH
  -v          verbose
  -h          display this help and exit

Example:

./generate -p example

Made with ❤ by ROJO 2 (http://rojo2.com)

About

Shell script to generate a html with a directory's content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 34.6%
  • CSS 32.4%
  • JavaScript 25.8%
  • HTML 7.2%