Mercurial
view ctag_script.sh @ 276:b55c22cff335
Add interactive infinite canvas prototype
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 17 Aug 2026 16:57:56 -0700 |
| parents | 1f9877b637e9 |
| children |
line wrap: on
line source
#!/bin/bash set -euo pipefail hg files \ | awk '/\.[ch]$/' \ | ctags \ --languages=C \ --langmap=C:.h \ --extras=+r \ --c-kinds=+p \ --pseudo-tags=-TAG_PROC_CWD \ -L -