Skip to content

Instantly share code, notes, and snippets.

@joestringer
Created January 17, 2013 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joestringer/4560136 to your computer and use it in GitHub Desktop.
Save joestringer/4560136 to your computer and use it in GitHub Desktop.
Gather RouteFlow CTags
#!/usr/bin/env bash
ctags rflib/*.h
ctags -u rflib/*/*.{cc,h}
ctags -u rfclient/*.{cc,h,hh}
ctags -u rfserver/*.py
ctags -u nox/src/nox/netapps/rfproxy/*.{cc,hh}
#!/usr/bin/env bash
ctags rflib/*.py
ctags -u rflib/*/*.py
ctags -u rfclient/*.{cc,h,hh}
ctags -u rfserver/*.py
ctags -u pox/ext/*.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment