Fast code search CLI for Android/Kotlin/Java and iOS/Swift/ObjC projects.
brew tap defendend/ast-index
brew install ast-indexIf you have the old kotlin-index installed:
brew uninstall kotlin-index
brew untap defendend/kotlin-index
brew tap defendend/ast-index
brew install ast-index# Initialize index in project root
cd /path/to/project
ast-index rebuild
# Search
ast-index search "ClassName"
ast-index class "BaseFragment"
ast-index usages "Repository"
ast-index implementations "Presenter"