TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Percol: An interactive grep tool in your terminal

95 pointsby bigsassyalmost 11 years ago

8 comments

0x0almost 11 years ago
zsh already has a built in menu selection system that looks a lot like the animated .gif here. Check out "zstyle ':completion:*' menu select"
评论 #7891259 未加载
评论 #7891527 未加载
jkarnialmost 11 years ago
I worked on a similar project: a tool that (primarily) tees it&#x27;s stdin to your tty before you decide how to continue your pipe[1], which is a little more general, though it&#x27;s admittedly less polished or nice. I think there&#x27;s an interesting space in making the process of writing commands more interactive, though doing that really well will involve an intelligent solution to the problem of commands with side effects.<p>[1] <a href="https://github.com/jkarni/extendp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jkarni&#x2F;extendp</a>
jabagaweealmost 11 years ago
Reminds me of Gary Bernhardt&#x27;s selecta [1].<p>[1] <a href="https://github.com/garybernhardt/selecta" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;garybernhardt&#x2F;selecta</a>
agumonkeyalmost 11 years ago
Let&#x27;s rewrite all major userspace tools this way, or maybe use emacs ? I don&#x27;t know.<p>ps: not sarcastic at all.
评论 #7890793 未加载
kroeberalmost 11 years ago
fzf [1] is another nice alternative to this.<p>[1] <a href="https://github.com/junegunn/fzf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;junegunn&#x2F;fzf</a>
rawlandalmost 11 years ago
Actually I downloaded<p><a href="https://github.com/hchbaw/auto-fu.zsh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hchbaw&#x2F;auto-fu.zsh</a><p>after seeing this README.md.
lnkmailsalmost 11 years ago
You made my day.
natchalmost 11 years ago
The gif animation is ridiculously fast. Can&#x27;t really see what&#x27;s going on. If it&#x27;s not needed, you could just delete it.
评论 #7890780 未加载
评论 #7890842 未加载