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.

Find stuff in org-mode anywhere (2017)

97 pointsby skovorodkinover 5 years ago

8 comments

ssivarkover 5 years ago
There’s also the fantastic deft mode for Emacs, which performs full text incremental search on a folder full of files: <a href="https:&#x2F;&#x2F;jblevins.org&#x2F;projects&#x2F;deft&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jblevins.org&#x2F;projects&#x2F;deft&#x2F;</a><p>Very fast (for my current scale of use, ~hundreds of files), and very easy to use.
mickael-kerjeanover 5 years ago
&gt; Full text search ... I found the database got a little sluggish, and nearly 1&#x2F;2 a GB in size when using it so I am leaving it out for now.<p>That&#x27;s surprising, I did solve the same problem for my org-mode client (<a href="https:&#x2F;&#x2F;github.com&#x2F;mickael-kerjean&#x2F;filestash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mickael-kerjean&#x2F;filestash</a>) but using the full text search capabilities of sqlite. I was amazed by its performance, not sluggish at all and could handle anything I&#x27;d throw at it, especially with a number of files that doesn&#x27;t go much above the thousand. Here is what the code look like from a sqlite perspective: <a href="https:&#x2F;&#x2F;github.com&#x2F;mickael-kerjean&#x2F;filestash&#x2F;blob&#x2F;f5f0f30cea7d4f1d2ef7b7c462c0eaa682a59615&#x2F;server&#x2F;model&#x2F;search.go#L369-L389" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mickael-kerjean&#x2F;filestash&#x2F;blob&#x2F;f5f0f30cea...</a>
sympleeover 5 years ago
Had high hopes for the VSCode version [0]<p>Unfortunately it seems to have lost momentum.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;vscode-org-mode&#x2F;vscode-org-mode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vscode-org-mode&#x2F;vscode-org-mode</a>
评论 #21668390 未加载
评论 #21668916 未加载
z3t4over 5 years ago
I would use a hierarchy categorization aka a file system. And if you cant locate a file by category - Modern SSD drives will blast through a couple of thousand text files using &quot;find in files&quot; utilities. Then I would use gdrive, dropbox et al for backup only! considering how slow those networkes drivers are ( Accessing files from a local ssd will be 10000x faster then reading them from Gdrive)
评论 #21669422 未加载
dmortinover 5 years ago
I simply use org-rifle for searching. It&#x27;s great: <a href="https:&#x2F;&#x2F;github.com&#x2F;alphapapa&#x2F;org-rifle" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alphapapa&#x2F;org-rifle</a>
Bnshsysjabover 5 years ago
I love org mode, but I find emacs word wrapping weird - if I yank it yanks the visual line, but I expect it to do all. I suspect whatever my init is currently is not correct, I’d love to see others’ configs in regards to wrapping
评论 #21669506 未加载
Norfairover 5 years ago
Smos had built-in querying^^<p><a href="https:&#x2F;&#x2F;smos.cs-syd.eu" rel="nofollow">https:&#x2F;&#x2F;smos.cs-syd.eu</a>
psim1over 5 years ago
If only “org-mode” was defined in the article!
评论 #21668058 未加载