git: Add script 'tags.sh' for emacs tags file.

dev-brahim
Pierre-Antoine 2025-03-03 11:45:37 +01:00
parent e10e3cb90a
commit cb4db42227
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 .