@ daa607db77c458c7a8501d4832981d3707004391
# 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) -h, --hostname STRING hostname of server -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 ```