From 3dd497d94d63601494f57053c58b0862907ac514 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 18 May 2023 06:17:50 -1000 Subject: [PATCH] dev: make etags-ls --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5b8c41a4c..46f233cba 100644 --- a/Makefile +++ b/Makefile @@ -1118,6 +1118,9 @@ etags:$(call def-help,etags, generate emacs TAGS file for haskell source and oth ; do printf " \n$$f,1\n" >> TAGS; done -etagsls >TAGS.files +etags-ls: # list files indexed in TAGS + @rg -v '[  ]' TAGS | rg -r '$$1' '^(.*?)([0-9]+)?,[0-9,]+*' + cleantags: \ $(call def-help-hide,cleantags, remove tag files ) rm -f TAGS tags