RepoPilot

srwi/EverythingToolbar

Everything integration for the Windows taskbar.

Mixed

Single-maintainer risk — review before adopting

MixedDependency

top contributor handles 92% of recent commits; test evidence incomplete…

MixedFork & modify

test evidence incomplete; license evidence incomplete

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

license evidence incomplete; dependency CVE scan unavailable

  • Single-maintainer risk — top contributor 92% of recent commits
  • Last commit 1d ago
  • 6 active contributors
  • CI configured

What would improve this?

  • Use as dependency Mixed to Healthy if: diversify commit ownership (top <90%)

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: srwi/EverythingToolbar

Generated by RepoPilot · document generated 2026-09-15 · concise human review Evidence snapshot · analyzed 2026-09-15T04:00:11.816Z · commit dabaca656728

Verdict

Mixed — Single-maintainer risk — review before adopting

  • Last commit 1d ago
  • 6 active contributors
  • CI configured

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

EverythingToolbar is a Windows taskbar deskband that integrates the Everything file search engine, enabling instant full-text file search directly from the taskbar. It wraps Everything's IPC protocol (via native C SDK in EverythingSDK/) with a WPF UI (ToolbarControl.xaml in EverythingToolbar.Deskband/) and supports custom filters, regex-based actions, and automatic theme switching for Windows 10/11. Hybrid C#/C architecture: EverythingSDK/ (C/native) wraps the Everything IPC protocol into a DLL; EverythingToolbar.Deskband/ (C# WPF) implements the taskbar deskband using CSDeskBand.cs (COM deskband wrapper), with UI logic in ToolbarControl.xaml.cs; EverythingToolbar.Launcher/ is a standalone…

Start here

Open these first:

  • EverythingToolbar.Deskband/CSDeskBand.cs — Core deskband implementation that integrates the toolbar into Windows taskbar; defines the primary COM interface for the…
  • EverythingToolbar.Deskband/ToolbarControl.xaml.cs — Main UI controller for the taskbar search interface; handles search logic, Everything SDK queries, and result display.
  • EverythingToolbar.Deskband/Server.cs — IPC server that enables communication between the deskband process and launcher/settings processes.
  • EverythingSDK/src/Everything.c — Native C wrapper around Everything IPC protocol; essential for all file search queries.
  • EverythingToolbar.Launcher/Launcher.cs — Entry point for the launcher utility; handles setup and integration registration.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repo with git clone https://github.com/srwi/EverythingToolbar.git, then open EverythingToolbar.sln in Visual Studio 2022+. Install dotnet tools via dotnet tool restore (see .config/dotnet-tools.json). Buil…

Daily commands:

Build in Visual Studio or via dotnet build (no npm/yarn used). After building, the deskband DLL must be registered on Windows via COM registry (handled by installer or installer script in EverythingToolbar.Launcher/).…

…shortened for this brief.

Key cautions & unknowns

  • Single-maintainer risk — top contributor 92% of recent commits
  • Everything service must be running and discoverable via IPC (windows message queues or named pipes) before the deskband can function—silent failures if service is missing. COM deskband registration requires admin…
  • License evidence is incomplete or ambiguous.
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/srwi/everythingtoolbar?axis=learn)](https://repopilot.app/r/srwi/everythingtoolbar)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/srwi/everythingtoolbar on X, Slack, or LinkedIn.

Ask AI about srwi/everythingtoolbar

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/srwi/everythingtoolbar"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>