Skip to content

Instantly share code, notes, and snippets.

@tatsunori-nishikori
Created June 7, 2017 09:10
Show Gist options
  • Save tatsunori-nishikori/eebdd5136249538d54ea227c8443d70f to your computer and use it in GitHub Desktop.
Save tatsunori-nishikori/eebdd5136249538d54ea227c8443d70f to your computer and use it in GitHub Desktop.
ctags command
#!/bin/bash
ctags -R --tag-relative --sort=yes --append=no --exclude="tmp" --exclude="cache" --exclude="test" -f .git/tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment