Skip to content

Instantly share code, notes, and snippets.

@volo1st
Created May 15, 2017 08:24
Show Gist options
  • Save volo1st/9e2e487af7d4c02587be8c7d34c53622 to your computer and use it in GitHub Desktop.
Save volo1st/9e2e487af7d4c02587be8c7d34c53622 to your computer and use it in GitHub Desktop.
ctags
ctags -R --fields=+l --languages=python --python-kinds=-iv -f ./tags $(python -c "import os, sys; print(' '.join('{}'.format(d) for d in sys.path if os.path.isdir(d)))")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment