SnipperAppSnipperApp 3

Command Center

Raycast-style command palette for instant access.

Command Center

The Command Center is a Raycast-style command palette that gives you instant access to everything in SnipperApp 3. Open it, type what you need, and get there in seconds.

Opening the Command Center

Press Cmd+K to open the Command Center from anywhere within SnipperApp 3.

The Command Center appears as a floating panel in the center of the window with a search field ready for input.

The Command Center uses fuzzy matching, so you do not need to type exact names. For example:

  • Typing pydb could match a snippet titled "Python Database Connection".
  • Typing nwfld could match the "New Folder" command.
  • Typing react shows all snippets, folders, and commands related to React.

Results are ranked by relevance, with the best matches at the top.

What You Can Do

Search Snippets

Start typing to search across all snippets in the current workspace. Results show:

  • Snippet title
  • Language
  • Folder location
  • A preview of the content

Select a snippet and press Enter to navigate to it in the editor.

Run Commands

The Command Center provides access to application commands:

CommandDescription
New SnippetCreate a new snippet
New FolderCreate a new folder
New TagCreate a new tag
Sync NowTrigger an iCloud sync
Open SettingsOpen the Settings window
Toggle FavoriteAdd/remove the current snippet from favorites
Copy SnippetCopy the current snippet's content
Delete SnippetMove the current snippet to Trash

Type any part of a command name to find it.

Type a folder name to jump directly to that folder in the sidebar. This is especially useful when you have a deep folder hierarchy and want to skip manual navigation.

Filter by Tags

Type a tag name to filter your snippet list by that tag. The Command Center shows matching tags alongside other results.

Keyboard Navigation

The Command Center is designed for full keyboard operation:

KeyAction
Cmd+KOpen the Command Center
EscapeClose the Command Center
Up/Down ArrowNavigate through results
EnterExecute the selected result (open snippet, run command, etc.)
TabCycle through result categories

You never need to reach for the mouse -- the entire flow from opening to executing is keyboard-driven.

Result Categories

Search results are organized into categories:

  1. Snippets -- Matching snippets from the current workspace.
  2. Commands -- Matching application commands.
  3. Folders -- Matching folder names.
  4. Tags -- Matching tag names.

Categories with no matches are hidden automatically.

Tips

  • Build muscle memory -- Cmd+K is the single most powerful shortcut in SnipperApp. Use it as your primary navigation method instead of clicking through the sidebar.
  • Type less -- Fuzzy matching means you can find "JavaScript Fetch Wrapper" by typing just jfw or fetch.
  • Quick snippet access -- Instead of navigating folders, just press Cmd+K, type a few characters of the snippet name, and press Enter.
  • Discover commands -- Not sure what SnipperApp can do? Open the Command Center and browse the available commands by scrolling through the results.