hackjutsu / Lepton

💻 Democratizing Snippet Management (macOS/Win/Linux)
https://hackjutsu.com/Lepton
MIT License
10.14k stars 475 forks source link

full-text search #208

Closed glody closed 7 years ago

glody commented 7 years ago

full-text search is very important, do you have plan to support this? thanks.

gistbox and gisto all support this function

hackjutsu commented 7 years ago

Thanks for the suggestions. As discussed in https://github.com/hackjutsu/Lepton/issues/82, the content search across all gists is not well supported by GitHub API. You are welcome to comment on that thread.

To overcome it, we have to either host a server like GistBox, or provide content search only to downloaded gists like Gisto. (Correct me if I'm wrong.)

I think GistBox would be a better alternative if full-text search is critical in your case:)