3 个仓库
Mechanisms for identifying the currently focused application window within an operating system.
Distinct from Context Windowing: None of the candidates refer to OS-level window focus tracking; they focus on LLM context or diagnostic spans.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Active Window Tracking. Refine with filters or upvote what's useful.
Ditto is a Windows clipboard manager and extension that functions as a local history database. It records a sequence of copied text and images to prevent data loss when the clipboard is overwritten. The tool allows for the retrieval and re-insertion of previously copied items and text snippets into active application windows. It monitors the operating system for clipboard change events to automatically capture and store new data. The system utilizes a local database for persistence and indexing, enabling the storage of formatted text and binary image data across sessions.
Identifies the currently focused application to determine the target for inserting retrieved clipboard content.
Dash-to-Dock 是一个 GNOME Shell 扩展,提供了一个持久化的应用程序启动器和任务栏界面。它通过将系统 Dash 从隐藏的概览模式移动到永久的屏幕容器中来修改桌面环境,从而允许快速访问正在运行的应用程序、系统启动器和虚拟工作区。 该项目的独特之处在于提供了一个专门的首选项界面,将标准启动器转换为持久化 Dock。这包括一个通过固定或隐藏模式管理可见性的系统,以及集成用于可移动设备和回收站的专用图标的能力。 该工具涵盖了广泛的界面自定义,包括用于布局和外观的动态样式、用于管理屏幕占用的状态驱动可见性逻辑,以及用于应用管理的实时窗口跟踪。
Tracks active window states in real time by listening to shell window manager signals.
xdotool is a command-line utility for X11 desktop automation that simulates keyboard and mouse input and manages application windows. It functions as a scriptable tool that maps sequential text instructions to low-level library calls to control the X11 graphical environment. The project enables the generation of synthetic keyboard and mouse events to automate interactions with graphical user interfaces. It also acts as a window manager controller, allowing users to programmatically move, resize, focus, and organize application windows and virtual desktops. The tool covers a wide range of cap
Identifies the unique handle of the window currently possessing keyboard focus.