pop-os / launcher

Modular IPC-based desktop launcher service
Mozilla Public License 2.0
220 stars 42 forks source link

support directory search #150

Closed jqhr closed 1 year ago

jqhr commented 1 year ago

I like launcher very much. Most of my works need。 But I have many front-end projects. you now, with thousands of node_modules packages. They confuse me when I use launcher to find my project, (for example, I want to enter one of projects, but I cannot search my project name) So I need it very much.

n3m0-22 commented 1 year ago

To search through directories you can use /. If you want to search in your home directory you can use ~/ or /home/(your-user-name-here). This should show the files and folders. You can start typing the name you are looking for (files and folders) here, and use the arrow keys to to select them. You can use Tab on the selected item, and it will autocomplete into the search box. If you want to check for other launcher functionality you can type ?. Does this accomplish what you are try to do?

leviport commented 1 year ago

There is also the find keyword for searching, as opposed to navigating through the filesystem.

jqhr commented 1 year ago

There is also the find keyword for searching, as opposed to navigating through the filesystem.

Yes, but find command only support for file, not directory. Em, sometimes, I want find the directory of the file.

jqhr commented 1 year ago

To search through directories you can use /. If you want to search in your home directory you can use ~/ or /home/(your-user-name-here). This should show the files and folders. You can start typing the name you are looking for (files and folders) here, and use the arrow keys to to select them. You can use Tab on the selected item, and it will autocomplete into the search box. If you want to check for other launcher functionality you can type ?. Does this accomplish what you are try to do?

Em, I want to find the file' directory. For directory navigate, it only support one level. but I need all of sub directory for current path.

canadaduane commented 1 year ago

@jqhr I believe PR #161 is what you are looking for.

jqhr commented 1 year ago

@canadaduane Thanks for your contribute.I do need this pr