SpotlightX Help

Notes

This project is a work in progress, and this page will only be updated when stable releases are added. Currently this is in early stages, so functionality is limited and bugs are to be expected. If you have any questions or comments, please direct them towards the SpotlightX GitHub Repository.

Commands

search <something to search>Will open default browser and search configured search engine with whatever is input after the command.
Example: search SpotlightX Help

settings <settings page to visit>Will open the Windows setting page that you input as a second argument. Settings pages are autocompletable by pressing Tab.
Example: settings nightlight

addpath <full folder path to add>Will add a path to the list of folders in which the programs/files/shortcuts stored can be run directly from the commandbar, and will restart the program to load this path.
Example: addpath C:\Users\etc

removepath <full folder path to remove>Will remove a path from the previously mentioned list, and restart the program.
Example: removepath C:\Users\etc

<program or file>Provided that this program or file exists in the path list, they will be autocompletable via Tab and pressing enter will run the program or file given. Files will be opened with the system default program configured to open them with, (e.g .docx will open in Microsoft Word).
Example: Notepad or file.txt
background <colour1>:<offset> <colour2>:<offset>Will change the background gradient according to input colours. See examples here.
textcol <colour>Changes the text & caret colour to the input value.
reloadRestarts the program.

Common Problems

"Could not register hotkey, exiting program..."

This message may appear upon launch of the program due to one of two things; the program may already be running and therefore cannot re-register the hotkey as it is in use, or there is another program which is using this hotkey. Press Alt + S to check if the SpotlightX bar already pops up, or if something else does.

"Couldn't load folder: <folder path>"

This message will appear when the program has attempted to find a folder at the given path from a previous addpath command, but has failed. Please check that the path is valid (no typos, strange characters, pointing to a file and not a folder, etc.) and make sure to use the command removepath to remove the incorrect path from the path list.

Submit an unkown error