{"id":75921,"library":"gvalkov-golang-evdev","title":"Go Evdev","description":"This package provides bindings to the generic input event interface in Linux.","status":"active","version":"0.0.0-20220815104727-7e27d6ce89b6","language":"go","source_language":null,"source_url":"https://github.com/gvalkov/golang-evdev","tags":["linux","input","evdev","hardware"],"install":[{"cmd":"go get github.com/gvalkov/golang-evdev","lang":"bash","label":"Install github.com/gvalkov/golang-evdev"}],"dependencies":[],"imports":[{"symbol":"evdev","correct":"github.com/gvalkov/golang-evdev"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gvalkov/golang-evdev\"\n)\n\nfunc main() {\n\tdevices, err := evdev.ListInputDevices()\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tfor _, d := range devices {\n\t\tfmt.Println(d.Name)\n\t}\n}","lang":"go","description":"Lists all input devices on a Linux system."},"warnings":[],"env_vars":null,"search_vec":"'bind':6 'evdev':2,17 'event':11 'generic':9 'go':1 'hardwar':18 'input':10,16 'interfac':12 'linux':14,15 'packag':4 'provid':5","created_at":"2026-06-17T19:22:30.828355+00:00","updated_at":"2026-06-17T19:22:30.828355+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gvalkov/golang-evdev","github":"https://github.com/gvalkov/golang-evdev","docs":"https://pkg.go.dev/github.com/gvalkov/golang-evdev#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}