kylef/PathKit
Effortless path operations in Swift observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4375
- days_rel: n/a
- days_push: 839
- n_releases_24m: 0
Adoption not part of the score
1548 stars · 177 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PathKit is a Swift library providing an ergonomic Path type for common filesystem path operations like joining, normalizing, globbing, and reading/writing files. It wraps Foundation's FileManager with a fluent, expressive API.
Use cases
- manipulate file paths in swift
- join and normalize paths
- glob for files matching a pattern
- read and write files with a path object
- check if a path exists or is a directory
- move or delete files and directories
When to choose
- you are writing Swift tooling that needs clean path handling
- you want a lightweight alternative to raw Foundation path strings
- you need glob support in a Swift CLI or generator
When to avoid
- you need async or high-performance filesystem APIs
- you are not using Swift
- you need advanced features like file watching or permissions management
Facets
library · maturity maintenance
file-system developer-tools cross-platform path-manipulation filesystem-paths swift-package swift macos linux
1 source
- readme: https://github.com/kylef/PathKit · fetched 2026-08-28 · 00a762748258
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kylef/PathKit | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem