Skip to content

Instantly share code, notes, and snippets.

@gsf
Created October 19, 2012 18:37
Show Gist options
  • Select an option

  • Save gsf/3919879 to your computer and use it in GitHub Desktop.

Select an option

Save gsf/3919879 to your computer and use it in GitHub Desktop.
Generate ctags for a php project
#!/bin/sh
find . -name '*.php' | ctags -L -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment