Skip to content

Instantly share code, notes, and snippets.

@tanish-kr
Forked from tatsunori-nishikori/genctags.sh
Created June 20, 2017 02:29
Show Gist options
  • Save tanish-kr/400aa2be1193b1a9cbe3530a41c9a20d to your computer and use it in GitHub Desktop.
Save tanish-kr/400aa2be1193b1a9cbe3530a41c9a20d 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