show files
Overview
Command: r2r eac show files [module]
Purpose: Show repository files with their module ownership
Category: show
Syntax
Examples
# Show all files
r2r eac show files
# Filter by module
r2r eac show files src-auth
# Find test files
r2r eac show files | grep "_test.go"
Note: Can be slow for large repositories (~2,690 files). Consider using show files-changed or show files-staged.
See Also
- show files-changed - Unstaged changes
- show files-staged - Staged files
- get files - JSON output (cacheable)
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.