Skip to content

Clarify README: fui finds unreferenced header files, not unused imports within files#52

Merged
dblock merged 1 commit intomasterfrom
fix/readme-clarify-scope
Apr 12, 2026
Merged

Clarify README: fui finds unreferenced header files, not unused imports within files#52
dblock merged 1 commit intomasterfrom
fix/readme-clarify-scope

Conversation

@dblock
Copy link
Copy Markdown
Owner

@dblock dblock commented Apr 12, 2026

Fixes #13.

The README was ambiguous in two ways:

  1. The tagline "Find unused Objective-C imports" could be read as finding #import statements within files that are unused — which is a different (and much harder) problem.
  2. The find description said "lists all the files that contain unused imports" which is actually backwards.

This PR adds a clear callout box explaining what fui does and doesn't do, and fixes the find command description.

…ts within files

Fixes #13.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

Danger Report

No issues found.

View run

@dblock dblock merged commit a4fa8b9 into master Apr 12, 2026
5 checks passed
@dblock dblock mentioned this pull request Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fui name is misleading

1 participant