Dogged
Git repository management; a managed .NET Core wrapper for libgit2.
Install / Use
/learn @dogged/DoggedREADME
Dogged and is a .NET wrapper around libgit2. It was inspired by the LibGit2Sharp project.
LibGit2Sharp remains the more mature option for .NET development of Git repository management tasks. This library is in early development; Dogged differs from LibGit2Sharp in a number of ways:
- Providing direct native access and a higher-level wrapper
LibGit2Sharp hides the PInvoke bindings as private methods; Dogged exposes them in theDogged.Nativespackage. A number of users want to avoid any managed layer and call the native code directly; withDogged.Nativethey can do so. - More direct native access with minimal caching or pre-loading
A number of LibGit2Sharp APIs try to "pre-load" data from the underlying native bindings. This allows LibGit2Sharp to offer an API that has fewIDisposabletypes at the expense of always loading data that may go unused. In contrast, Dogged attempts to only load data when necessary. - A more direct mapping to libgit2
LibGit2Sharp includes a number of classes that attempt to emulate parts of the Git command-line. Dogged attempts to more directly map libgit2, believing that innovation should occur in the shared native library so that all consumers can benefit, not just the .NET users.
Dogged is available under the MIT license, see the included file LICENSE
for details.
Related Skills
apple-reminders
349.7kManage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
gh-issues
349.7kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
healthcheck
349.7kHost security hardening and risk-tolerance configuration for OpenClaw deployments
node-connect
349.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
