Registry / utility / gonvenience-term

gonvenience-term

JSON →
library1.0.5gogounverified

Provides convenience functions for terminal-related tasks, such as getting terminal width or a reasonable fallback.

go get github.com/gonvenience/term
INSTALL
IMPORT
SIG · GONVENIENCE-TERM
G
gonvenience-term
utilitygov1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

term
github.com/gonvenience/term

Gets the current terminal width.

package main import ( "fmt" "github.com/gonvenience/term" ) func main() { width := term.GetTerminalWidth() fmt.Printf("Terminal width: %d\n", width) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gonvenience-term — go get gonvenience-term · libregistry