awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesActive Window Tracking

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.

Awesome Active Window Tracking GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sabrogden/dittosabrogden 的头像

    sabrogden/Ditto

    6,598在 GitHub 上查看↗

    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.

    Cclipboardclipboard-manager
    在 GitHub 上查看↗6,598
  • micheleg/dash-to-dockmicheleg 的头像

    micheleg/dash-to-dock

    4,330在 GitHub 上查看↗

    Dash-to-Dock 是一个 GNOME Shell 扩展,提供了一个持久化的应用程序启动器和任务栏界面。它通过将系统 Dash 从隐藏的概览模式移动到永久的屏幕容器中来修改桌面环境,从而允许快速访问正在运行的应用程序、系统启动器和虚拟工作区。 该项目的独特之处在于提供了一个专门的首选项界面,将标准启动器转换为持久化 Dock。这包括一个通过固定或隐藏模式管理可见性的系统,以及集成用于可移动设备和回收站的专用图标的能力。 该工具涵盖了广泛的界面自定义,包括用于布局和外观的动态样式、用于管理屏幕占用的状态驱动可见性逻辑,以及用于应用管理的实时窗口跟踪。

    Tracks active window states in real time by listening to shell window manager signals.

    JavaScriptdockgnomelinux
    在 GitHub 上查看↗4,330
  • jordansissel/xdotooljordansissel 的头像

    jordansissel/xdotool

    3,822在 GitHub 上查看↗

    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.

    C
    在 GitHub 上查看↗3,822
  1. Home
  2. Operating Systems & Systems Programming
  3. Active Window Tracking