After installation always invoke Sol via the shortcut you selected
Sol comes with many shortcuts. Type in the main search field to access them them:
Paste as JSON
Format clipboard content as JSON
Generate Nano ID
Create a Nano ID
Generate UUID
Generate a UUID
Generate Lorem Ipsum
Create placeholder text
Remove derived data folder
Clear Xcode derived data
Kill process
Terminate running processes
Kill all apps
Close all running applications
Toggle system appearance
Switch between light and dark mode
Window Management
Comprehensive window management tools. Search window to see all available options.
URL shortcuts
Launch websites or web apps
AppleScript shortcuts
Execute custom AppleScript commands
Special features to boost your productivity
⇧
return
Type any mathematical expression in the search bar to evaluate it instantly.
Type IP to quickly reveal your current IP address.
Customize Sol to fit your workflow
💡Access settings by searching for Sol Settings in the app, or by pressing ⌘ + comma when the app is open.
Open at Login - Automatically launch Sol when your computer starts
Choose your preferred keyboard shortcut to open Sol:
⌘
Space
⌥
Space
⌃
Space
Sol automatically scans your script commands from ~/.config/sol/scripts. Each script should start with special comments to define its name and icon:
Required script header:
# name: My Script # icon: 🚀 echo "Hello from Sol!"
name — Display name for the script
icon — Emoji icon shown in Sol
The script will appear in Sol’s search once saved in the scripts folder.
You can create scripts for any custom automation or command-line task. Just add them to the folder and they’ll be instantly available!