Skip to content

Instantly share code, notes, and snippets.

@shiva
Last active December 30, 2016 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shiva/89240cdece79f84867f0feeb9d73f1f5 to your computer and use it in GitHub Desktop.
Save shiva/89240cdece79f84867f0feeb9d73f1f5 to your computer and use it in GitHub Desktop.
Useful Aliases
alias gen-cscope='find . -iname '\''*.c'\'' -o -iname '\''*.cpp'\'' -o -iname '\''*.cc'\'' -o -iname '\''*.h'\'' -o -iname '\''*.hpp'\'' > cscope.files && cscope -b -i cscope.files -f cscope.out'
alias gen-tags='ctags -R --c++-kinds=+p --fields=+iaS --extra=+q'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment