{"id":27354186,"url":"https://github.com/maxbqb/inversionfiltermanager","last_synced_at":"2026-02-24T02:02:20.118Z","repository":{"id":50460230,"uuid":"382860251","full_name":"MaxBQb/InversionFilterManager","owner":"MaxBQb","description":"Invert colors when you open blindingly white windows","archived":false,"fork":false,"pushed_at":"2023-08-11T11:58:26.000Z","size":267,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-07T05:44:19.088Z","etag":null,"topics":["accessibility","application","color-filters","colors","desktop-app","python","python3","windows","windows-10","windows-desktop"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaxBQb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-04T13:35:10.000Z","updated_at":"2025-06-30T05:30:25.000Z","dependencies_parsed_at":"2025-04-12T21:53:55.864Z","dependency_job_id":"9c298ab3-0831-4bb5-97d2-924c4db4aa60","html_url":"https://github.com/MaxBQb/InversionFilterManager","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/MaxBQb/InversionFilterManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxBQb%2FInversionFilterManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxBQb%2FInversionFilterManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxBQb%2FInversionFilterManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxBQb%2FInversionFilterManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxBQb","download_url":"https://codeload.github.com/MaxBQb/InversionFilterManager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxBQb%2FInversionFilterManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29768333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T01:40:24.820Z","status":"online","status_checked_at":"2026-02-24T02:00:07.497Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","application","color-filters","colors","desktop-app","python","python3","windows","windows-10","windows-desktop"],"created_at":"2025-04-12T21:53:47.853Z","updated_at":"2026-02-24T02:02:20.078Z","avatar_url":"https://github.com/MaxBQb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InversionFilterManager [![Latest](https://img.shields.io/github/v/tag/MaxBQb/InversionFilterManager?sort=date\u0026label=\u0026style=for-the-badge\u0026color=424242)](https://github.com/MaxBQb/InversionFilterManager/releases/latest/download/release.zip)\n![Windows](https://img.shields.io/badge/platform-Windows-green)\n[![GitHub license](https://img.shields.io/github/license/MaxBQb/InversionFilterManager.svg)](https://github.com/MaxBQb/InversionFilterManager/blob/master/LICENSE.md)\n![Admin privileges required](https://img.shields.io/badge/-Admin_privileges_required*-red)\n\n## How to install\n\n### Automatic\n\n1. Choose folder for this program (must not contain non-ASCII symbols) \n2. Run cmd in this folder (paste `cmd` in explorer folder path field)\n3. Run this code in cmd:\n\n```cmd\nmkdir InversionManager \u0026\u0026 cd InversionManager\nstart /WAIT bitsadmin /transfer \"Download Inversion Manager\" /download /priority normal https://github.com/MaxBQb/InversionFilterManager/releases/latest/download/release.zip \"%cd%\\release.zip\" \u0026\u0026 tar -xf release.zip \u0026\u0026 del release.zip \u0026\u0026 start main.exe\n```\n\n### Manual\n\n1. Download the latest [![Latest](https://img.shields.io/github/v/tag/MaxBQb/InversionFilterManager?sort=date\u0026label=\u0026style=flat-square\u0026color=424242)](https://github.com/MaxBQb/InversionFilterManager/releases/latest/download/release.zip) release [**here**](https://github.com/MaxBQb/InversionFilterManager/releases/latest/download/release.zip)\n2. Unpack downloaded file\n3. Move inner folder in place of your choice (path must not contain non-ASCII symbols) \n4. Run `main.exe`\n\n## Features\n\n- Invert colors depend on window opened\n- Inversion rules can be set via .yaml file (changes handled at runtime)\n- Settings can be set via .yaml file (changes handled at runtime)\n- Use `ctrl + alt + '+'` for add current window to inversion rules\n- Use `ctrl + alt + '-'` for remove current window from inversion rules\n- New rule can:\n  - Check if program located at specific path (regex supported)\n  - Check if program has specific title (regex supported)\n  - Check if specific title used by program parent window (regex supported)\n  - Remember process once captured by this rule (useful when path is java/python path)\n  - Set custom color filter to apply on program has been opened (see configs to edit list of color filters)\n  - Set opacity of filter applied (just like css `filter: invert(85%)`)\n- Rule types: Exclude/Include/Ignore:\n  - Include used by default and applies color filter when specific window opened\n  - Exclude used to restrict rule that captures too mach entries\n  - Ignore used to don't change current filter used in response on this program captured \n- All functionality available in system tray menu\n- App can automatically download and install updates (check settings to prevent or configure this)\n- App can run itself at system startup\n- App makes backup for older version on updates (overrides previous backup)\n- Rules checks can be disabled\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbqb%2Finversionfiltermanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxbqb%2Finversionfiltermanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxbqb%2Finversionfiltermanager/lists"}