/gotree

Terminal christmas tree in Go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

gotree

Terminal christmas tree in Go

License Issues GitHub pull requests


Table of contents

Introduction

A remake of my ltree in Go.

Quickstart

$ make
$ make install
$ gotree

Customization

See gotree -h for a list of customization flags. If you want to customize more, you can edit the file ./pkg/gotree/gotree.go config section and recompile the program.

Bugs

If you find any bugs, please create an issue and report them.

Make

Run make all to see all the make rules.