Getting Started
Welcome to Snipora! This guide will help you get up and running in minutes.
What is a Snippet?
A snippet is a small piece of text that you can save and quickly reuse. Instead of typing the same text over and over, just store it as a snippet and insert it instantly whenever you need it.
Think of it as a clipboard that remembers everything you save.
Examples:
- AI prompts instructions, personas, writing styles
- Email replies or support answers FAQ, canned replies
- Email signatures professional, casual, contact info
- Code blocks files templates, build scripts, utility types
- Command-line commands git commands, docker runs, build scripts
Installing Snipora
- Download Snipora from the Download page
- Install Snipora:
- Windows: Run the
.exeinstaller - macOS: Open the
.dmgand drag Snipora to Applications - Linux: Make the AppImage executable (
chmod +x) and run it
- Windows: Run the
- Launch Snipora
TIP
To make Snipora always available after your PC starts, enable Autostart in the Settings.
Opening the Popup
Press the global shortcut to open Snipora from anywhere:
Windows / Linux CtrlShiftSpace
macOS CmdShiftSpace
A small popup window will appear in the center of your screen.
Creating Your First Snippet
- Open the
main-window where you can manage your snippets - Click the [
New Snippet] button or press Ctrl N - Enter a
label for your snippet into the text input - Then enter or paste your
snippet content in the text area - Add
tags to organize your snippet (optional but recommended) - Click the [
Save Snippet] button or press Ctrl S to save
That's it! Your snippet is now saved and ready to use.
Inserting a Snippet
- Open the
popup with Ctrl Shift Space - Start typing to
search, or navigate with arrow keys - Press
Enter to insert the selected snippet directly into your active application
The
Understanding Tags
Snipora uses
Why Tags?
Flexibility: A snippet can have multiple tags (e.g., "work", "email", "important") Fast filtering: Click a tag to instantly filter all snippets with that tag No hierarchy: Flat structure means no deep folder navigation Easy to find: Search across all tags instantly
Managing Tags
Create tags: Type a new tag name in the tags input when creating/editing a snippet Remove tags: Click the on a tag to remove it Filter by tag: Click any tag in the sidebar to see only snippets with that tag View all tags: See all your tags in the sidebar with snippet counts
Quick Workflow Demo
Let's say you frequently send the same email signature:
- Open the main
window - Create a new snippet (Ctrl
N) - Paste your signature into the content area
- Add tags:
email,signature - Save (Ctrl
S)
Now whenever you need it, just:
- Open the
popup (Ctrl Shift Space) - Type
"signature"to search - Press Enter to copy the snippet into your
clipboard