Registry / cli / atomicgo-cursor

atomicgo-cursor

JSON →
library0.2.0gogounverified

Cross-platform terminal cursor movement for interactive CLI tools and games.

go get github.com/atomicgo/cursor
INSTALL
IMPORT
SIG · ATOMICGO-CURSOR
A
atomicgo-cursor
cligov0.2.0
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.

cursor
github.com/atomicgo/cursor

Hide the cursor and move it up one line.

package main import ( "github.com/atomicgo/cursor" ) func main() { cursor.Hide() defer cursor.Show() cursor.MoveUp(1) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
OpenAI (training)
1
Resources
atomicgo-cursor — go get atomicgo-cursor · libregistry