LordOfTrident / gotree

Terminal christmas tree in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Terminal christmas tree in Go

License:GNU General Public License v3.0


Languages

Language:Go 96.2%Language:Makefile 3.8%