Ross ROSS = Recommend OSS · open-source software intelligence for agents

dblock/fui

Find unused Objective-C imports. observed · 2026-08-28

github.com/dblock/fui · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 77
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4606
  • days_rel: n/a
  • days_push: 143
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2045 stars · 178 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Fui is a Ruby command-line gem that finds unused Objective-C header (.h) files that are never imported anywhere in a project, indicating classes that can potentially be deleted. It supports options to skip .xib files, ignore local or global imports, exclude paths, and delete unused files with a prompt.

Use cases

  • find unused objective-c classes in my xcode project
  • detect header files that are never imported
  • clean up dead code in an ios codebase
  • delete unused class files safely with a prompt
  • ignore pods folder when scanning for unused imports
  • find headers only referenced from xib files

When to choose

  • you maintain an Objective-C codebase and want to find deletable classes
  • you want a quick CLI scan for headers with no importers
  • you need to exclude paths like Pods or ignore xib references

When to avoid

  • you want to find unused #import statements within a single file (use Clang warnings or AppCode)
  • your project is primarily Swift
  • you need full static analysis rather than import-based heuristics

Facets

cli-tool · maturity maintenance

linter static-site-generator developer-tools developer-tools cli ruby objective-c unused-imports code-cleanup xcode ruby-gem command-line macos

1 source

Member repositories

RepositoryRoleHealth v2
dblock/fuimain67

For agents

markdown · JSON · MCP: product_card(name="dblock/fui")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem