This repository contains packages for interacting with Plan 9 as well as ports of common Plan 9 libraries and tools.
I've removed everything except for Watch
and acmego
. They were ported to work with acme(1)
from fourth edition of Plan 9.
For up to Go 1.22:
$ GO111MODULE=off; export GO111MODULES
$ go get github.com/anton2920/9fans-go/acme/Watch
$ go get github.com/anton2920/9fans-go/acme/acmego
Starting from Go 1.22 go get
no longer works without modules, so you have to clone and build everything by hand.
Pavlovskii Anton, 2023-2024 (MIT). See LICENSE for more details.