Snippet Explorer by Raycast

Tags
 
notion image
Select a Snippet by clicking on it. Hold ⌘ to select multiple. Click Add to Raycast to import them directly.
Horizontal Ellipsis!horizontal-ellipsis

Arrows

Arrow Left!left
Arrow Long Right!longright
Undo!undo

Unicode

¯\_(ツ)_/¯
Shrug!shrug
◕‿↼
Wink Unicode!wink
(-■_■)
Glasses of Disapproval Unicode!glasses-disapproval
(ಠ_ಠ)
Serious Lookg Unicode!serious-look
(╯°□°)╯︵ ┻━┻
Flipping Table Unicode!flipping-table
(^._.^)ノ
Angry Cat Unicode!angry-cat
⌐◨-◨
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 {weekday}.
Weekday!day
1 year from today will be {weekday +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
Indian Rupee!inr
!ngn
Ξ
Ethereum!eth

Coding

console.log({cursor})
Console Log!log
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.
## Expected Behavior ## Actual Behavior ## Steps to Reproduce the Problem 1. 1. 1. ## Specifications - Version: - Platform: - Subsystem:
<!-- Thanks for opening a PR! Your contribution is much appreciated.--> Fixes # ## Proposed Changes - - -