..
This commit is contained in:
parent
5876093d92
commit
a8a0042180
11
README.md
11
README.md
@ -1,11 +1,16 @@
|
|||||||
# Csope
|
# Csope
|
||||||
Fork of Cscope, with various improvements, because cscope is good and shall not be forgotten.
|
Fork of Cscope, with various improvements, because cscope is good and shall not be forgotten.
|
||||||
|
While the originals mainentence seems abandoned and as far as I can tell you need a PhD in autoconf to compile the latest version,
|
||||||
|
Csope is alive and well.
|
||||||
|
|
||||||
# Usacases
|
# Usacases
|
||||||
Csope shines at exploring stranger and obsecure code bases due to its TUI.
|
Csope shines at exploring stranger and obsecure code bases due to its TUI.
|
||||||
Cscope used to be advertized a
|
It sometimes gets mislabeled as a code navigation tool, but the original documentation describes it best as a "code browsing tool".
|
||||||
For example, the Cscope codebase used to be a total mess,
|
Many tools can jump you to a definition or grep for patterns,
|
||||||
fixing it would have been a lost cause, if not for Cscope itself.
|
but Csope is unqie in that it allows for those and many other functionalities while providing you with a very comprehansible list of all results,
|
||||||
|
ready to fire up your editor at just the spot.
|
||||||
|
An example of its excelence is this project. The Cscope codebase used to be a total mess,
|
||||||
|
fixing it would have been a lost cause, if not for Cscope itself. Well, Csope now.
|
||||||
|
|
||||||
# Demo
|
# Demo
|
||||||
TODO: fill in
|
TODO: fill in
|
||||||
|
341
docs/original_site_-_Cscope_Home_Page.html
Normal file
341
docs/original_site_-_Cscope_Home_Page.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user