Skip to content

Instantly share code, notes, and snippets.

@earltedly
Last active August 29, 2015 14:10
Show Gist options
  • Save earltedly/24f80754b8d90f6b3e0e to your computer and use it in GitHub Desktop.
Save earltedly/24f80754b8d90f6b3e0e to your computer and use it in GitHub Desktop.
Generate tags
brew update
brew install ctags
cd ~/pebble-dev/PebbleSDK-current
rm -f tags
ctags --c-kinds=+p -R --exclude=arm-cs-tools/arm-none-eabi/include/c++ \
arm-cs-tools/arm-none-eabi/include Pebble/include
cd -
ls ~/pebble-dev/PebbleSDK-current/tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment