burrow/burrow.1

50 lines
1.1 KiB
Groff
Raw Normal View History

2018-01-20 21:36:24 +00:00
.TH BURROW 1 "20 Jan 2018" "version 1.0.0rc"
2018-01-20 06:32:19 +00:00
.SH NAME
burrow \- a helper for building and managing a gopher hole
2018-01-20 20:54:55 +00:00
.SH SYNOPSIS
burrow [-vf] [action]
2018-01-20 06:32:19 +00:00
.SH DESRIPTION
.B burrow
2018-01-20 20:54:55 +00:00
is a collection of helper actions designed to assist in the creation,
modification, and maintenance of a gopher hole.
.SH OPTIONS
.TP
.B phlog
Create a new phlog entry.
.TP
.B recipe
Add a new recipe to the recipe box.
.TP
.B create-config
Generates a default configuration file at
.I ~/.config/burrow/config
if no other configuration file exists. It is populated with the default
settings.
.TP
.B update-git
If the gopher directory resides within a git repository, this action will do a
silent
.B git-pull
which is useful for crons.
.TP
.B -v|--version
Display current version information.
.TP
.B -d|--debug
Debug mode.
2018-01-20 20:54:55 +00:00
.TP
.B -h|--help
2018-01-20 20:54:55 +00:00
Show the help.
.SH FILES
.I ~/.config/burrow/config
,
.I ~/.config/burrow
,
.I ~/.burrow
: configuration settings for burrow. If none of these are available, the default
configuration is loaded.
.SH BUGS
None known.
.SH AUTHOR
James Tomasino <tomasino (at) sdf (dot) org>