Skip to content

defendend/homebrew-ast-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 

Repository files navigation

Homebrew Tap for ast-index

Fast code search CLI for Android/Kotlin/Java and iOS/Swift/ObjC projects.

Installation

brew tap defendend/ast-index
brew install ast-index

Migration from kotlin-index

If 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

Usage

# 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"

More Information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages