Search in source files ----------------------- This TIL shows some options to inspect source code, especially some tools to search efficiently for information in a big codebase. The silver searcher (ag) ~~~~~~~~~~~~~~~~~~~~~~~~~ A code searching tool with focus on speed and integrated with git (ignores what's inside gitignore). Installation instructions are in the official doc: https://github.com/ggreer/the_silver_searcher