@ baa98b437d0ac48122258247605f2dc092f075e8
# bidet Bidet is a simple web frontend for git. It is hooked up to the plumbing, but it's all output, no input. ## Usage ``` NAME bidet FLAGS -p, --port INT port for the server (default: 8080) -n, --name STRING name for index page header -g, --greeting STRING greeting for index page -d, --directory STRING directory containing your bare git repositories (default: .) -s, --css STRING path or URL to a CSS stylesheet ``` Bidet can also be configured with environment variables: ``` BIDET_PORT BIDET_HOSTNAME BIDET_GREETING BIDET_DIRECTORY BIDET_CSS ```