pop-os / launcher

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

feat(find): let fdfind use --full-path search to include directories #161

Closed canadaduane closed 1 year ago

canadaduane commented 1 year ago

Allows the user to find files within directories. Useful when files with the same name are found in many directories, e.g. package.json:

find MyProject/package.json

Fixes #150