-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File browsing as you type #32
Comments
I've been a long time and happy Launchy user as well. File browsing is definitely missing and it will be implemented in Keypirinha slightly differently to allow more flexibility. Stay tuned. |
My workaround for this was to create a handful of windows shortcuts (.lnk) to the things I wanted, put all of those into a directory, and add that to the catalog. Bam, indexed/searchable bookmarks for anything (directories, scripts, etc.). |
Separate package sounds reasonable as path/folder/files auto-completion will pollute simple index. |
Just a small update to say it's on its way. Slowly. Here is an overview of the available settings so far:
|
Update. In addition to the aforementioned settings, a home feature will be offered:
|
New |
@polyvertex , I'm not sure if commenting on an entry that is already closed is the right procedure. Anyways... Personally, I'm in need of this feature enhancement. I open folders all the time with Launchy, but I don't care to remember under what tree they are or to explore down to them. Please consider it. I wouldn't want to manually catalog every single folder I might be interested in. Also, I haven't been able to find a description of what "distant files" are. |
You're fine. When you're not sure, head over to the chat room.
It should... Actually, "it works for me". The only known exception to this is that it is not supported yet to browse a folder from a
Perhaps a better name would be "remote files". I've corrected the comments in the config files. |
I think I have misunderstood the FileBrowser package. I see now that it's only a browser. What I was waiting for is the ability to search and open folders in the same way that I'm able to search and open documents from my catalogue. For example:
so that I can open directly the folders. For me, very often, folders are catalogue entities more important than actual documents but, as it is now, I can't catalog folders with Keypirinha. Some people suggest direct links, which I think beats the purpose of a launcher (I don't want having to manually maintain that library of direct links). I hope this is clear enough. |
Then, it is indeed a gap in KP's features that is already planned to be filled. Meanwhile, an intermediate solution can be to add I'm currently thinking of creating a new package that would actually be an |
That sounds awesome. I'll be looking forward to it. If I may add, another advantage of being able to catalog/launch folders is that users could choose to catalog a folder structure but not the files within it. This would make the catalog much smaller and snappy. |
I am also in the same boat, moving over from Launchy. One question, I don't quite understand this "Home" feature. I want something similar, where I get items in a folder populated in my Catalog, but I don't want to type ~ to access it, I want it to be there directly. Is something as simple as populating files like Launchy does planned? I just want to specify a list of folders, the depth and file types, and get all those items straight in my catalog. |
@EhsanKia The As a side note, please use the chat room for this kind of discussions (i.e. questions).
Demanding aren't we?! The repository of the official packages accepts pull requests and the community is already awaiting for your "simple" contribution =) |
@egabrum @EhsanKia I want to tell all Launchy fans (me too!) : For example have below dirs/files :
if typing 'level3' in launch box, KP will show below :
if typing 'level3b' in launch box, KP will show below :
above behavior is setting via FilesCatalog package :
if type [Tab] at a folder (e.g. level2), KP will show :
here it show only top level dirs/files under focus folder, not recursive sub folders but now type '3b' or 'test', results can NOT be filtered any more ! @polyvertex PS : sorry post here, but I think chat room is too mess^^ |
This thread is very very old. For what it's worth, I created a Launchy plugin for KP in 2017: https://github.com/EhsanKia/keypirinha-plugins/tree/master/keypirinha-launchy You can paste your Launchy config as is and it'll work as expected with little work. |
Sorry I didn't find that plugin before. |
I've been a long time Launchy user and have long wished for a newer 64-bit version with some new features. Keypirinha is almost a complete replacement for me except for one core launchy feature.
One of the key things i used it for was to replace the run prompt. Often times i know exact location on the file system where the folder or file I want to open/launch is. With Launchy you could just start tying the path and it would start auto-completing the path and also list items in the folder you could open. Perhaps this would be a separate package, kind of like how the = activates the calculator package, perhaps anything starting with a drive letter (?:), slash (\ or /) or network path () would activate this package and start auto-completing your path like the run prompt.
Launch would also allow you to index folder names into its catalog along with files. So for instance if you had a C:\Projects folder with sub-folders, you could tell it to index the subfolders under C:\Projects, and then just type in the sub-folder name like you would any other application or file. Perhaps this could be an enhancement to the Apps package. Perhaps a second ini setting that allows you to configure the folders that should be indexed as items in the catalog.
The text was updated successfully, but these errors were encountered: