您使用什么 cscope 参考卡?

发布于 2024-08-21 13:46:00 字数 118 浏览 6 评论 0原文

我可以打印以供快速参考的 cscope 快捷方式/用法的标准/最佳参考卡是什么?

What is the standard/best reference card for cscope shortcuts/usage that I can print for quick reference?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心如荒岛 2024-08-28 13:46:00

我能想到的最简单且便宜的方法是获取 cscope 的硬拷贝手册页并创建一个文本文件...例如:

$ man cscope | col -b > cscope.txt 

或者,转换为 ps 文件以输入 Ghostscript:

$ man -t cscope > cscope.ps
$ gs cscope.ps -sOutputFile=cscope.pdf

The easiest way I can think of doing this, and its cheap, is to get the hardcopy man page for cscope and create a text file...for instance:

$ man cscope | col -b > cscope.txt 

Or, to convert to ps file for feeding into Ghostscript:

$ man -t cscope > cscope.ps
$ gs cscope.ps -sOutputFile=cscope.pdf
拍不死你 2024-08-28 13:46:00

我使用这个(对于默认的 vim 绑定;顶部是第一个访问键 - Ctrl+'\',大写字母是第二个键):

         ^\ 
Symbol
Global
Calls to
Text
Egrep
File
Includes
calleD by

这张快速参考卡贴在我的显示器上 (*)超过 2 年:

________________
|              |_
|              |*|
|              |-
|              |
|              |
----------------
      |  |
     /____\

非常便宜且有用。

I use this (for default vim bindings; at the top is first access key - Ctrl+'\', and capital letter is second key):

         ^\ 
Symbol
Global
Calls to
Text
Egrep
File
Includes
calleD by

This quick reference card is sticked to my monitor here (*) for more than 2 years:

________________
|              |_
|              |*|
|              |-
|              |
|              |
----------------
      |  |
     /____\

Extremely cheap and useful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文