awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sabrogden/dittoAvatar sabrogden

    sabrogden/Ditto

    6,598Vezi pe 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
    Vezi pe GitHub↗6,598
  • micheleg/dash-to-dockAvatar micheleg

    micheleg/dash-to-dock

    4,330Vezi pe GitHub↗

    Dash-to-Dock este o extensie GNOME Shell care oferă un lansator de aplicații persistent și o interfață de tip taskbar. Modifică mediul desktop prin mutarea dash-ului de sistem din modul overview ascuns într-un container permanent pe ecran, permițând accesul rapid la aplicațiile care rulează, lansatoarele de sistem și spațiile de lucru virtuale. Proiectul se distinge prin oferirea unei interfețe de preferințe dedicate pentru a converti lansatorul standard într-un dock persistent. Aceasta include un sistem pentru gestionarea vizibilității prin moduri fixe sau ascunse și capacitatea de a integra pictograme specializate pentru dispozitivele detașabile și coșul de gunoi. Instrumentul acoperă o gamă largă de personalizări ale interfeței, inclusiv stilizarea dinamică pentru layout și aspect, logica de vizibilitate bazată pe stare pentru a gestiona ocuparea ecranului și urmărirea ferestrelor în timp real pentru gestionarea aplicațiilor.

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

    JavaScriptdockgnomelinux
    Vezi pe GitHub↗4,330
  • jordansissel/xdotoolAvatar jordansissel

    jordansissel/xdotool

    3,822Vezi pe 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
    Vezi pe GitHub↗3,822
  1. Home
  2. Operating Systems & Systems Programming
  3. Active Window Tracking