📄 ctags.spec
字号:
Summary: Exuberant Ctags - a multi-language source code indexing toolName: ctagsVersion: 5.6Release: 1License: GPLGroup: Development/ToolsSource: http://prdownloads.sourceforge.net/ctags/ctags-%{version}.tar.gzURL: http://ctags.sourceforge.netBuildroot: %{_tmppath}/%{name}-%{version}-root%descriptionExuberant Ctags generates an index (or tag) file of language objectsfound in source files for many popular programming languages. This indexmakes it easy for text editors and other tools to locate the indexeditems. Exuberant Ctags improves on traditional ctags because of itsmultilanguage support, its ability for the user to define new languagessearched by regular expressions, and its ability to generate emacs-styleTAGS files.Install ctags if you are going to use your system for programming.%prep%setup -q%build%configuremake%installrm -rf $RPM_BUILD_ROOT%makeinstall%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)%doc COPYING EXTENDING.html FAQ NEWS README ctags.html%{_bindir}/ctags%{_mandir}/man1/ctags*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -