Thanks for the information. I’m still optimizing the sorting algorithm, and the following changes would help: favoring exact matches (vscode), showing exact pathes first (d:\apps\vscode).
This is indeed a problem of result priority because Listary only shows the top 30 results. Some possible reasons for this case:
Hey Channing, I’m currently establishing a paperless office at home and gonna have OCR recognized PDF files for that purpose. Could you please consider extending your file indexing engine with PDF text search? That would be the absolute killer feature
I think it should show them in this order, the shorter path is usually the more likely one. Currently Listary shows long/short paths based on other criteria.
I’m not saying it should always sort by path length, but could also take filename length and path length that into the consideration criteria.
Such info is already available using the Windows index with PDF IFilter.
Why should this be duplicated in Listary ?
Others want to search for DOC or DOCx content and so on…
All of this is available with the Windows index.
The only useful implementation of such searches in Listary
would be to using the installed iFilters.
Sounds like a plan, I believe Listary currently does not support Windows Search as source. I don’t use Windows search, I just use Listary for locating files / folders.
Awesome! Will Listary extensions be published and installed via npm?
I imagine you can require extensions to be publishes with a keyword “listary-extension”. This will enable listary to search for extensions, show a list, and install them. This extension-management behavior can even be implemented as an extension.
@Channing I expect that we can directory manage plugins in the Listary search bar with command such as plugin install, plugin list, plugin update, plugin uninstall etc…
The current plan is to use GitHub repos. You create a repo for an extension, and users can install it by simply pasting the URL.
Search can be supported by using tags/keywords as you described, or by submitting the extension repos to a centralized list (can also be a GitHub repo).
According to my experience with VS Code, it’s not as intuitive as UI.
I know you have a lot on your plate but when you are able to implement selecting multiple items from the search results, take a look at how it’s done in Alfred (for Mac) in this video (at 8:40’)