A set of golang/bash tools that I use in daily life.
go get -u github.com/sheeley/tools/cmd/...
Additional suggestion, or, simply an instruction, if you're me:
Add $GOPATH/src/github.com/sheeley/tools/scripts/
to your path.
- Go 1.11
- Bash
- Fun
A tool for creating additional tools with useful defaults.
mktool some-new-tool
Generate a plugin package based on a struct in another package. This is what I am using to split the logic from the personal data used in these tools.
A package for easy input & output of dates / numbers.
- Convert
20180101
=>time.Time
usinghuman.Itot
orhuman.MustItot
. - Easily output comma-delimited numbers with
human.Int
,human.Float
, andhuman.Dollar
A tool for tracking stock vesting / cash clawbacks.