No description
Find a file
Daniel Gorbe a2557afe5a
All checks were successful
go test / go-test (push) Successful in 44s
Go Report Card / generate-report (push) Successful in 7s
pkg.go.dev / pull-new-commit (push) Successful in 36s
Add one-liner to get the latest commit
2025-11-19 16:28:59 +01:00
.forgejo/workflows Move to Forgejo 2025-11-19 16:28:00 +01:00
color.go Add functions 2025-03-18 04:20:49 +01:00
color_test.go Add functions 2025-03-18 04:20:49 +01:00
go.mod Add functions 2025-03-18 04:20:49 +01:00
LICENSE Initial commit 2025-03-18 04:15:06 +01:00
README.md Add one-liner to get the latest commit 2025-11-19 16:28:59 +01:00

terminal

Go Reference Go Report Card

go get git.gorbe.io/go/terminal@latest

Get the latest commit (if Go module proxy is not updated):

go get "git.gorbe.io/go/terminal@$(curl -s 'https://git.gorbe.io/api/v1/repos/go/terminal/commits' | jq -r '.[0].sha')"