From a0acb0b6ca7c3bd53b39dd4ec24e08bf3dbd322b Mon Sep 17 00:00:00 2001
From: Pierre-Antoine Rouby <pierre-antoine.rouby@inrae.fr>
Date: Thu, 16 Mar 2023 15:40:51 +0100
Subject: [PATCH] git: Add etag script.

---
 tags.sh | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100755 tags.sh

diff --git a/tags.sh b/tags.sh
new file mode 100755
index 00000000..00cfebbd
--- /dev/null
+++ b/tags.sh
@@ -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 .
-- 
GitLab