# bbatsov/projectile

Project Interaction Library for Emacs

Repository: https://github.com/bbatsov/projectile
Canonical: https://ross.abutalabs.com/products/projectile
Homepage: https://docs.projectile.mx
Language: Emacs Lisp
License: GPL-3.0
License Family: copyleft
Topics: projectile, emacs-lisp, emacs, project-management
Last push: 2026-08-25T13:11:33+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 97, longevity 100
- inputs: {"age_days": 5512, "days_push": 8, "days_rel": 23, "gap_med": 10.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4233, forks 588 (observed 2026-08-28T04:08:39.469462+00:00)

## What it is
Projectile is a project interaction library for Emacs that provides project-level navigation, search, and task-running features. It automatically detects projects via VCS repos, build tool markers, or a .projectile file, and works with any completing-read-based completion UI.

## Use cases
- jump to a file in my project quickly
- toggle between code and its test file
- search and replace across an entire project
- switch between recent projects in Emacs
- run build and test tasks for the current project
- work within a subproject of a monorepo
- find references to a symbol in a project

## When to choose
- you use Emacs and want fast project-wide file navigation and search
- you need portable project indexing that works on Windows without external tools
- you want per-project workspaces, sessions, and task running inside Emacs

## When to avoid
- you use a different editor like VS Code or Vim with its own project tooling
- you only need simple single-file editing without project context
- you prefer the built-in project.el and don't need extra features

## Facets
- artifact type: plugin
- maturity: stable
- function: developer-tools, file-system, search-engine, cli
- domain: developer-tools, text-editors
- platform: cross-platform
- tags: emacs-lisp, project-navigation, project-management, melpa, editor-plugin, emacs

## Member repositories
- bbatsov/projectile (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:39.469462+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:22:19.380739+00:00, confidence not recorded.
  - readme: https://github.com/bbatsov/projectile (fetched 2026-08-28T04:08:39.469462+00:00, sha a566e9bcbbf3)
  - homepage: https://docs.projectile.mx (fetched 2026-08-29T09:12:14.640464+00:00, sha a6e0a7d3f2e9)
  - site_page: https://docs.projectile.mx/projectile/index.html (fetched 2026-08-29T09:12:14.649711+00:00, sha 033a9d32b614)
- Data as of 2026-08-30T08:39:29.467469+00:00.
