Skip to content

Time & Memory friendly wrapper for source code browsing database using cscope and exuberant-tags.

Notifications You must be signed in to change notification settings

chetanc10/retag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retag

Bash shell wrapper for cscope and ctags with disk and time friendly features.

Installation

Using basherbee (recommended): basherbee install chetanc10/retag
Using basher: basher install chetanc10/retag

Mode of operations

  • Simple database generation:
    Simplest operation of retag is just cscope -Rb ; ctags -S.
  • Directory exclusion:
    Specific directories could be excluded using -x option saving time and disk-space.
  • Kernel DB build:
    When working for ARM platforms, x86, SPARC and other platform code may not be needed for scoping code.
    Using -k, users could select specific platform.

About

Time & Memory friendly wrapper for source code browsing database using cscope and exuberant-tags.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages