kotajacob / tide

Read-only mirror of https://git.sr.ht/~kota/tide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tide builds.sr.ht status

Print Aotearoa's tidal data. Reads csv files from the official LINZ tide predictions.

1

Tide will print a simpler message without the graph if not running in an interactive terminal (for example if run as a notification or part of a pipeline). You can change this easily by editing display.go, hell you could probably even add a flag or something. Maybe send a patch if you bother doing that.

Build

Build dependencies

  • golang
  • make
  • sed

make all

Install

Optionally configure config.mk to specify a different install location.
Defaults to /usr/local/

sudo make install

Uninstall

sudo make uninstall

Resources

tide uses a public mailing list for contributions and discussion. You can browse the list here and email patches or questions to ~kota/public-inbox@lists.sr.ht.

About

Read-only mirror of https://git.sr.ht/~kota/tide

License:GNU General Public License v3.0


Languages

Language:Go 95.2%Language:Makefile 4.8%