git: Add etag script.

mesh
Pierre-Antoine Rouby 2023-03-16 15:40:51 +01:00
parent aced2d7a5e
commit a0acb0b6ca
1 changed files with 9 additions and 0 deletions

9
tags.sh Executable file
View File

@ -0,0 +1,9 @@
#! /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 .