Pamhyr2/tags.sh

10 lines
157 B
Bash
Executable File

#! /bin/sh
# Command line to generate TAGS file for Emacs
find . -name "*.py" -print | etags -
# Command line to generate TAGS file for Vim
# ctags -R .