Currently, the Meta key (for me it's the "Windows" key) toggles a screen that shows all my open windows and a search box.
That search box will find directories deeply nested in in /home/Documents
and /home/Videos
but it's skipping /home/Dropbox
-- I looked at the Search settings and I don't see anyway to tell the system search to please also search Dropbox.
How do I tell it to search Dropbox?
+
and select the "Dropbox" folder in the file picker dialog that appears.I know how to do it from console. If you're up to doing a little bit of coding... Open a terminal.
Make sure you have the
jq
tool installed:Create the necessary token and keys here.
Save as:
dropbox_search.sh
Change mode executable:
chmod +x dropbox_search.sh
Usage:
./dropbox_search.sh "Your search query here"