contrib: Add script for generating ctags

This commit is contained in:
parazyd
2024-02-21 09:08:25 +01:00
parent 47e9d68ef1
commit 13c6d35e38

4
contrib/ctags.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
# Generate a tags file for the codebase
set -ex
git ls-files src bin | ctags --links=no --languages=rust -L-