<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NCURSES &#8211; HU Xiaoxu</title>
	<atom:link href="https://blog.ihuxu.com/tag/ncurses/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ihuxu.com</link>
	<description>a software engineer&#039;s blog</description>
	<lastBuildDate>Wed, 18 Jun 2025 15:18:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>[维护中]基于文本图形（ncurses）的文本搜索工具 ncgrep</title>
		<link>https://blog.ihuxu.com/ncgrep-based-on-ncurses-global-regular-search-tool/</link>
					<comments>https://blog.ihuxu.com/ncgrep-based-on-ncurses-global-regular-search-tool/#comments</comments>
		
		<dc:creator><![CDATA[HU Xiaoxu]]></dc:creator>
		<pubDate>Tue, 05 Dec 2017 09:21:51 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Middleware]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[NCGREP]]></category>
		<category><![CDATA[NCURSES]]></category>
		<category><![CDATA[Original]]></category>
		<category><![CDATA[Utilities]]></category>
		<guid isPermaLink="false">http://blog.ihuxu.com/?p=9649</guid>

					<description><![CDATA[源码下载&#160;http://github.com/ncgrep/ncgrep 背景 作为一个 VIM 党，日常工作开发中，会经常利用 grep 进行关键词搜索，以快速定位到文件。如图： 但是，这一过程会有两个效率问题： 可想而知，当搜索的内容结果集比较大时，可谓痛苦。 那可以用 Vim 中的 Ag 插件进行搜索啊？ 是的，但他只解决了交互的问题。仍然没有解决结果集分组分类的痛点。 思路 在使用 Eclipse 等 IDE 进行文本全局搜索时，在加载效果（懒加载）可视化方面有很大优势。 &#160; 那么，期望基于 linux 系统，提供一个类似的搜索工具。优点（功能）如下： 基于文本图形界面的类库是什么呢？网上大致了解了下 VIM、htop 类似的软件，其都是基于一个叫 ncurses 的类库实现的。 项目 项目的名称：ncgrep 为什么？因为有 ngrep、egrep 等。(注：ncgrep 没有引用 grep 源码） 项目的 Demo 代码 http://github.com/ncgrep/ncgrep 类似项目 NGP youtube -&#62;&#160;https://www.youtube.com/watch?v=MesYBY8271s 总结 工具为效率而生，期望能够带来收益。]]></description>
		
					<wfw:commentRss>https://blog.ihuxu.com/ncgrep-based-on-ncurses-global-regular-search-tool/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
