I'm using Cyber Search for this. https://www.deviantart.com/cybergen49/art/CyberSearch-for-Rainmeter-826087442. I want to have a search bar on my desktop that when I type something in and hit enter the Everything app opens up and automatically searches a specified the network folder for what I entered into the search bar. I believe the only thing that needs to be changed is the line marked in red. Currently this will search my documents folder. I'm supposed to be able to use the following to open everything and search the below example would open everything and automatically search for foo bar.
C:\Program Files\Everything\Everything.exe -s "foo bar"
Here is the Cyber Search script:Any help would be greatly appreciated.
C:\Program Files\Everything\Everything.exe -s "foo bar"
Here is the Cyber Search script:
Code:
[Rainmeter]Update=-1AccurateText=1RightMouseUpAction=[!SkinCustomMenu]ContextTitle=EditContextAction=["#CONFIGEDITOR#" "#CURRENTPATH##CURRENTFILE#"]ContextTitle2=-ContextAction2=[]ContextTitle3=Reload skinContextAction3=[!Refresh]ContextTitle4=Unload SkinContextAction4=[!DeactivateConfig]ContextTitle5=-ContextAction5=[]ContextTitle6=Standard context menuContextAction6=[!SkinMenu][Metadata]Name=Search BarAuthor=CyberOfficialInformation=A straightforward search bar with search history. Customizable to your website of choice.Version=1.0License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0[Variables]# Search settingsengineName=SchematicsengineIcon=#@#Schematics.png# "{q}" (without quotes) will be replaced with the user's input.[b][color=#FF0040]engineURLQuery="search-ms:crumb=folder:C:\Users\Hootis\OneDrive\Documents&query={q}"[/color][/b]# History storagehistory1=poophistory2=skinhistory3=RAINMETERhistory4=sdsahistory5=asdsastarterHistory=0# Colour mode (Light or Dark)# Tip: You can easily change this by double-clicking the search bar icon.mode=Dark# Search bar template import# Don't change anything after this line!@include=#@#searchBarTemplate.ini
Statistics: Posted by Hootistigglebits — Yesterday, 7:49 pm — Replies 2 — Views 59