Core Features
The palette, search, filters, Library, and everything you need to find and paste snippets fast.
The Palette
Section titled “The Palette”The palette is your primary interface — a floating search bar that appears above all windows, no matter what app you’re in.
Summon the Palette
Section titled “Summon the Palette”Press your global hotkey (default Control+Space) from any app. The palette appears centered on your active screen, ready for input.
Search as You Type
Section titled “Search as You Type”Start typing and results filter instantly. CommandIt uses fuzzy search that matches partial words and tolerates typos — so “dckr” can find “docker run” and “gcp” can find “git cherry-pick.”

Navigate and Paste
Section titled “Navigate and Paste”Up/Downarrows to move through resultsEnterto paste the selected snippet into your active appCommand+1throughCommand+9to quick-paste by positionEscapeto dismiss the palette
The palette also auto-dismisses when you click outside it or after a paste.
Auto-Paste
Section titled “Auto-Paste”When you press Enter on a snippet:
- CommandIt renders the template (filling in any arguments)
- Copies the result to your clipboard
- Switches back to your previous app
- Simulates
Command+Vto paste automatically - Restores your previous clipboard contents
If Accessibility permission isn’t granted, CommandIt copies to clipboard and shows a “Copied to clipboard” message instead — you just paste manually.
Search and Filters
Section titled “Search and Filters”Smart Filters
Section titled “Smart Filters”The palette includes built-in filters to quickly narrow your view:
| Filter | What It Shows |
|---|---|
| All Snippets | Everything — no filter applied |
| Favorites | Only snippets you’ve starred |
| Recently Used | Snippets used in the last 7 days |
| Most Used | Your top 20 most-used snippets |
| History ⚡ | Execution history with re-run (Plus) |
Press Tab and Shift+Tab to cycle through filters.

Category Filter
Section titled “Category Filter”Filter snippets by category in two ways:
- Type
@followed by a category name in the search field (e.g.,@Git) — autocomplete suggestions appear as you type - Click the folder icon in the filter bar to open the category dropdown
Tag Filter
Section titled “Tag Filter”Filter by tag similarly:
- Type
#followed by a tag name in the search field (e.g.,#deploy) - Click the tag icon in the filter bar to open the tag dropdown
You can select multiple tags to narrow results further.
Composable Filters
Section titled “Composable Filters”Combine a smart filter with one category and multiple tags for precise results. For example: show only Favorites in the Docker category tagged #production.
Active filters appear as dismissible chips below the filter bar. Click Clear All to reset.
Categories
Section titled “Categories”Categories group your snippets into folders — like “Git”, “Docker”, “API”, or “Database”.
Managing Categories
Section titled “Managing Categories”- Create: Click the “New Category” button in the Library sidebar, or right-click in the sidebar
- Rename: Right-click a category in the Library sidebar and choose Rename
- Reorder: Drag categories in the Library sidebar to change their order
- Delete: Right-click and choose Delete — snippets in that category move to “Uncategorized”
Using Categories
Section titled “Using Categories”- Assign a category when creating or editing a snippet
- Set a default category for new snippets in Settings > General
- Filter by category in the palette (type
@category) or Library (click a category in the sidebar)
Tags are flexible labels that cut across categories. A snippet can have multiple tags, and tags work alongside categories for finer organization.
Managing Tags
Section titled “Managing Tags”- Add tags when creating or editing a snippet — type them as comma-separated values
- Rename or merge tags from the Library sidebar (right-click a tag)
- Delete a tag from the Library sidebar context menu
Using Tags
Section titled “Using Tags”- Filter by tag in the palette (type
#tag) or Library (click a tag in the sidebar) - Tags are included in search — searching “deploy” also finds snippets tagged “deploy”
- Select multiple tags to narrow results
Library
Section titled “Library”The Library is your full-featured snippet manager — a three-column window for browsing, editing, and organizing everything.
Opening the Library
Section titled “Opening the Library”- Press
Command+Lfrom the palette - Or click Library in the menu bar
Layout
Section titled “Layout”The Library uses a three-column layout:
- Sidebar (left) — smart filters, categories, tags, and Recently Deleted
- Snippet List (center) — filtered list of snippets with type icons and use counts
- Detail Editor (right) — edit the selected snippet’s name, template, args, category, tags, and type

List View Modes
Section titled “List View Modes”Toggle between compact and expanded list layouts using the toolbar controls. Compact mode shows more snippets at a glance; expanded mode shows summaries and additional metadata.
Sort Options
Section titled “Sort Options”Click the sort controls in the toolbar to order snippets by:
- Default order
- Manual (drag to reorder)
- Name (A-Z or Z-A)
- Usage (most or least used)
- Created date
- Updated date
Editing Snippets
Section titled “Editing Snippets”Select any snippet in the list to view and edit it in the detail panel on the right. Changes are saved when you press Command+S — the save button activates only when you’ve made changes.
Bulk Operations
Section titled “Bulk Operations”Select multiple snippets (hold Shift or Command while clicking) to delete, share, or export them in bulk.
Library Sidebar Filters
Section titled “Library Sidebar Filters”The Library sidebar includes everything from the palette filters, plus:
- Unused — snippets you haven’t used yet
- Recently Deleted — snippets deleted in the last 30 days (restore or permanently delete them here)
Soft Delete and Recovery
Section titled “Soft Delete and Recovery”When you delete a snippet, it isn’t gone forever. Deleted snippets go to Recently Deleted, where they stay for 30 days.
- Restore any deleted snippet within 30 days from the Recently Deleted filter (in the palette or Library)
- Undo — an undo toast appears immediately after deletion for quick recovery
- Permanent delete — empty the trash or permanently delete individual items from Recently Deleted
- After 30 days, snippets are purged automatically
Import and Export
Section titled “Import and Export”Export
Section titled “Export”Export your snippet library as a JSON file for backup or sharing:
- Open the Library
- Click Export in the toolbar
- Choose a save location
Import
Section titled “Import”Restore or add snippets from a JSON file:
- Open the Library
- Click Import in the toolbar
- Select a JSON file
CommandIt validates the file before importing and handles older export formats.

Snippets containing
{{env:...}} or {{shell:...}} variables show a confirmation dialog listing the referenced variables and commands before import.
Share Sheet
Section titled “Share Sheet”Share snippets with others using the native macOS share sheet — via AirDrop, Messages, Mail, and other sharing services.
- Single snippet — shares the name, template, category, and tags as plain text, plus a JSON attachment that another CommandIt user can import
- Multiple snippets — shares a summary with all selected snippets
- Access from the Library toolbar (
Command+Shift+S), right-click context menu, or detail editor toolbar
Menu Bar
Section titled “Menu Bar”CommandIt lives in your menu bar. Left-click the icon to toggle the palette. Right-click for the full menu:
- Open Palette — with your hotkey displayed
- Open Library
- New Snippet
- Save Clipboard as Snippet… — captures your current clipboard
- Check for Updates…
- Settings…
- Help & Feedback…
- Quit CommandIt