Robotgo is a cross-platform desktop automation framework for the Go programming language. It provides a comprehensive toolkit for programmatically interacting with graphical user interfaces, enabling developers to simulate human input, manage application windows, and monitor system-wide hardware events. The library distinguishes itself through its low-level system integration, utilizing a foreign function interface to interact directly with native operating system APIs. It employs pixel-buffer memory mapping and real-time screen capture to perform visual element identification, allowing for i
gosx-notifier is a Go framework for sending desktop notifications to OSX 10.8 or higher
systray is a Go library used to create and manage icons and menus within the operating system notification area. It functions as a cross-platform GUI library that provides a persistent application entry point and a notification area menu manager. The library enables the creation of hierarchical menus and custom tray icons across different desktop operating systems. It supports the use of nested submenus and allows for the styling of individual menu entries with custom images. The toolset covers a range of interaction capabilities, including the management of menu item states through checked
A library to notify about any (pluggable) activity on your machine, and let you take action as needed
Cross-platform Go library to place an icon in the host operating system's taskbar.
Las características principales de shurcool/trayhost son: GUI Development, GUI Frameworks, System Interaction.
Las alternativas de código abierto para shurcool/trayhost incluyen: go-vgo/robotgo — Robotgo is a cross-platform desktop automation framework for the Go programming language. It provides a comprehensive… prashantgupta24/mac-sleep-notifier — macOS Sleep/ Wake notifications in golang. deckarep/gosx-notifier — gosx-notifier is a Go framework for sending desktop notifications to OSX 10.8 or higher. getlantern/systray — systray is a Go library used to create and manage icons and menus within the operating system notification area. It… prashantgupta24/activity-tracker — A library to notify about any (pluggable) activity on your machine, and let you take action as needed. dtylman/gowd — Build cross platform GUI apps with GO and HTML/JS/CSS (powered by nwjs).