Popularity
3.1
Stable
Activity
0.0
Stable
50
1
5
Programming language: Go
License: MIT License
Tags:
Miscellaneous
Latest version: v0.1.1
xkg alternatives and similar packages
Based on the "Miscellaneous" category.
Alternatively, view xkg alternatives based on common mentions on social networks and blogs.
-
golang-standards/project-layout
Set of common historical and emerging project layout patterns in the Go ecosystem. -
gopsutil
A cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). -
go.uuid
Implementation of Universally Unique Identifier (UUID). Supported both creation and parsing of UUIDs. -
base64Captcha
Base64captch supports digit, number, alphabet, arithmetic, audio and digit-alphabet captcha. -
go-restful-api
An idiomatic Go RESTful API starter kit following SOLID principles and Clean Architecture with a common project layout. -
cookiecutter-golang
A Go application boilerplate template for quick starting projects following production best practices. -
Tideland Go
The Tideland Go Library contains a larger set of useful Google Go packages for different purposes. -
shoutrrr
Notification library providing easy access to various messaging services like slack, mattermost, gotify and smtp among others. -
stats
Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc...
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of xkg or a related project?
Popular Comparisons
README
xkg - X Keyboard Grabber
Installation
go get gopkg.in/xkg.v0
Usage example:
package main
import (
"fmt"
"gopkg.in/xkg.v0"
)
func main() {
var keys = make(chan int, 100)
go xkg.StartXGrabber(keys)
for {
keycode := <-keys
if key, ok := xkg.KeyMap[keycode]; ok {
fmt.Printf("[%s]", key)
}
}
}
License
The license of the project is The MIT License (MIT).
*Note that all licence references and agreements mentioned in the xkg README section above
are relevant to that project's source code only.