Search the Intuition knowledge graph directly from your macOS menu bar using Raycast.
This extension lets you quickly search and access information from the Intuition knowledge graph without leaving your menu bar. It's perfect for quick lookups and staying productive.
Before installing this extension, you'll need to set up a few things on your Mac:
- Visit raycast.com
- Click "Download for Mac"
- Open the downloaded file
- Drag Raycast to your Applications folder
- Open Raycast from your Applications folder
- Follow the setup wizard to complete installation
-
First, install Homebrew (if you don't have it):
- Open Terminal (you can find it by pressing Cmd + Space and typing "Terminal")
- Copy and paste this command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Follow the prompts to complete installation
-
Install Node.js using Homebrew:
- In Terminal, run:
brew install node
- Wait for the installation to complete
-
Verify the installation:
- In Terminal, run:
node --version
- You should see a version number (16.10 or higher)
- In Terminal, run:
npm install -g pnpm
- Verify the installation:
pnpm --version
- You should see a version number
-
Download this extension:
- Click the green "Code" button above
- Click "Download ZIP"
- Extract the ZIP file to a location you can find easily
-
Open Terminal and navigate to the extension folder:
cd ~/Downloads/intuition-raycast # or wherever you extracted the ZIP
-
Install the dependencies:
pnpm i
-
Start the development server:
pnpm dev
- Open Raycast (you can use Cmd + Space and type "Raycast")
- Type "Intuition Menu" in the search bar
- Click on the "Intuition Menu" command
- The extension will now be available in your menu bar
If you run into any issues: s
- Make sure Raycast is running (look for the Raycast icon in your menu bar)
- Try restarting Raycast
- Check that all prerequisites are installed correctly by running these commands in Terminal:
node --version pnpm --version
- If you see any error messages, please share them in the issues section
- Check out Raycast's documentation for more details about menu bar commands
- If you're having trouble, feel free to open an issue in this repository