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.

Show HN: Extra-fuzzy history searching with Mnem

2 pointsby dmfayover 4 years ago

1 comment

dmfayover 4 years ago
Searching shell command history one line at a time with ctrl-r and ctrl-s is useful but it&#x27;s not how my brain works, and it probably isn&#x27;t exactly how yours works either. Mnem aggregates the syntactic structures in your history to emphasize the commands you use more often and make the past fuzzily findable.<p>It&#x27;s also my first foray into Rust! I had some idea of what to expect but the compiler definitely kicked my ass along the way -- I haven&#x27;t had to care that much about _types_, let alone memory and ownership, for years and years.