Install Snippets

Select a Snippet by clicking on it. Hold to select multiple. Click Add to Raycast to import them directly.

Symbols

Command!cmd
Caps Lock!caps
Shift!shift
Option!opt
Control!ctrl
Backspace!backspace
Escape!esc
Tab!tab
Return!return
Apple!apple
·
Middle Dot!dot
Circle!circle
Star Filled!star-filled
Star Outline!star-outline
Sparkle!sparkle
Diamond!diamond
Reference Mark!reference-mark
Asterism!asterism
Three Dot Punctuation!three-dots
Four Dot Punctuation!four-dots
Five Dot Punctuation!five-dots
Dotted Cross!dotted-cross
Sun!sun
×
Multiplication!x
÷
Division!division
±
Plus Minus!+-
½
One Half!1/2
One Third!1/3
¼
One Quarter!1/4
¾
Three Quarters!3/4
Five Sixths!5/6
One Fraction!1/
Seven Eighths!7/8
One Eighth!1/8
Five Eighths!5/8
Three Eighths!3/8
Infinity!infinity
®
Registered!registered
©
Copyright!copyright
Published!published
Trademark!tm
Numero Sign!numero-sign
Celsius!celsius
Fahrenheit!fahrenheit
Check!check
Horizontal Ellipsis!horizontal-ellipsis
Triangle!triangle

Arrows

Arrow Left!left
Arrow Up!up
Arrow Right!right
Arrow Down!down
Arrow Up Left!upleft
↗︎
Arrow Up Right!upright
Arrow Down Left!downleft
Arrow Down Right!downright
Arrow Long Right!longright
Arrow Long Left!longleft
Arrow Left Hook!lefthook
Arrow Right Hook!righthook
Undo!undo
Redo!redo

Unicode

¯\_(ツ)_/¯
Shrug!shrug
ʘ‿ʘ
Happy With It Unicode!happy
•‿•
Cute Unicode!cute
ಥ‿ಥ
Tears Of Joy Unicode!tears-of-joy
◕‿↼
Wink Unicode!wink
(-■_■)
Glasses of Disapproval Unicode!glasses-disapproval
ヽ(。_°)ノ
Meh Unicode!meh
(ಠ_ಠ)
Serious Lookg Unicode!serious-look
(╯°□°)╯︵ ┻━┻
Flipping Table Unicode!flipping-table
┳━┳ ヽ(ಠل͜ಠ)ノ
Putting Table Back Unicode!putting-table
(^._.^)ノ
Angry Cat Unicode!angry-cat
( ͡° ͜ʖ ͡°)
Lenny Unicode!lenny
⌐◨-◨
Noggles!noggles

Date & Time

The date is {date}.
Current Date!date
The current time is {time}.
Current Time!time
The current date and time is {datetime}.
Current Date and Time!datetime
Today is {day}.
Weekday!day
1 year from today will be {day +1y}.
1 Year from Today!nextyear
4 days from today will be {day +4d}.
4 Days from Today!day+4
This week number is {date "w"}.
Week Number!wn
Next week number is {date +7d "w"}.
Next Week Number!nwk

Miscellaneous

your@email.com
Email Address!email
123 Quebec Road, Montreal, QC, H3A 2B2
Address!address
NL88INGB7356737620
IBAN!iban
GB 943182327
VAT Number!vat
0x0000000000000000000000000000000000000000
Crypto Wallet Address!wa
https://cal.com/username/30min
Cal.com Invite Link!cal
https://t.me/yournickname
Telegram Link!tg
Good morning ✨

*Last week:*
- {cursor}

*Didn't do:*
-

*This week:*
-

*Blockers:*
-

*Highlights:*
- 
Weekly Standup Template!standup

Spelling

Apparently
Apparantly → ApparentlyApparantly
Calendar
Calender → CalendarCalender
Definitely
Definately → DefinitelyDefinately
Environment
Enviroment → EnvironmentEnviroment
Fluorescent
Florescent → FluorescentFlorescent
Government
Goverment → GovernmentGoverment

Currency

£
Sterling!gbp
Euro!eur
¥
Yen!yen
$
Dollar!usd
Indian Rupee!inr
Franc!fr
Won!krw
Peso!php
Naira!ngn
฿
Baht!thb
Dong!vnd
Bitcoin!btc
Ξ
Ethereum!eth

Coding

console.log({cursor})
Console Log!log
try {
  {cursor}
} catch (error) {

} finally {

}
Try Catch!try
switch ({cursor}) {
  case 'value': {
    break
  }
  default: {
    break
  }
}
Switch Statement!switch
const sleep = (time = 3000) => new Promise (resolve => setTimeout (resolve, time));
Sleep Promise!sleep
React.useEffect(() => {
  {cursor}
}, [])
React: useEffect!rue
<script lang="ts" setup>
  {cursor}
</script>

<template>
  <div>
    <h1>Vue Component</h1>
  </div>
</template>

<style lang="scss" scoped>

</style>
Vue: Base Single File Component!vbase
{#if {cursor}}

{/if}
Svelte: If Block!sif
{#if {cursor}}

{:else}

{/if}
Svelte: If Else Block!selse
{#each {cursor} as item}

{/each}
Svelte: Each Block!seach
{#await {cursor}}
  {#then thing}

  {/then}
  {#catch error}

  {/catch}
{/await}
Svelte: Await Block!sawait
export default function Command() {
  return {cursor}
}
Raycast View Command!ray-vc
export function Component() {
  return null
}
Export Functional Component!rfc
.selector {
  display: flex;
  align-items: center;
  justify-content: center;
}
CSS Center Align!css-ac
mkdir {clipboard} && code -r {clipboard}
Create and Open Folder in VSCode!vscd-init
document.querySelector({cursor})
DOM Query Selector!qs

Feedback

Hi 👋

Thanks for taking the time to give us your feedback.

{cursor}
Feedback Thanks!feedback-thanks
Glad to know it is resolved. Feel free to reach out for any further clarifications.
Feedback Resolved!feedback-resolved
Hey {cursor},

I'm thrilled about the opportunity. Unfortunately, I'm currently not available to accept new offers. However, I hope we can stay connected for future positions if you don't mind. Thank you again and hope to talk to you soon.
LinkedIn Feedback!feedback-lkdn

GitHub

## Expected Behavior

## Actual Behavior

## Steps to Reproduce the Problem

  1.
  1.
  1.

## Specifications

  - Version:
  - Platform:
  - Subsystem:
GitHub Issue Template!gh-issue
<!-- Thanks for opening a PR! Your contribution is much appreciated.-->

Fixes #

## Proposed Changes

  -
  -
  -
GitHub Pull Request Template!gh-pr
| Title1 | Title2 |
| ------- | ------- |
| Content1 | Content2 |
  
GitHub Table!gh-table
<details>
<summary>Title</summary>
{cursor}
</details>
GitHub Details!gh-details
> [!NOTE]
> {cursor}
GitHub Note!gh-note
> [!WARNING]
> {cursor}
GitHub Warning!gh-warning