FREESCOPE v0.1
Thanks for trying freescope!
What is freescope?
freescope is a source code browser similar to the program "cscope".
It allows the user to find symbol occurrences inside the source files
listed in the file "freescope.files".
The user can navigate easily among results by using the arrow keys and open
easily his favorite editor to the location corresponding to the highlighted
match.
How do I run freescope?
You need to store all the location of all the source files you want to browse into a file called freescope.files.
For example, use the command:
find . -name '*.[hc]' > freescope.files
And then, in the same directory type:
freescope
