gopherhole tool
Go to file
James Tomasino c19a2f0a18 add validation and clean up code 2018-01-20 04:13:53 -05:00
LICENSE add license 2018-01-20 00:19:32 -05:00
Makefile add make install & uninstall 2018-01-20 00:19:29 -05:00
README.md update status to working from develpment 2018-01-20 03:47:45 -05:00
burrow add validation and clean up code 2018-01-20 04:13:53 -05:00
burrow.1 add basic man page 2018-01-20 01:32:19 -05:00

README.md

burrow status license bash

burrow is a helper for building and managing a gopher hole (in development).

Installation

Requirements

  • make
  • bash 4+

Install

make install

Uninstall

make uninstall

Usage

burrow phlog       # create new phlog post
burrow recipe      # add new recipe to box

View the manual for more information.

Config

burrow supports locations to define config.

  1. $HOME/.config/burrow/config
  2. $HOME/.config/burrow
  3. $HOME/.burrow

In either location, the following options are available and show their defaults:

location_gopher="$HOME/gopher"
location_phlog="$HOME/gopher/phlog"
location_recipebox="$HOME/gopher/recipebox"
git_commit=false
git_push=false
custom_editor=false

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL3