Skip to content

Instantly share code, notes, and snippets.

View qlaffont's full-sized avatar
📧
Feel free to contact me [email protected]

Quentin Laffont qlaffont

📧
Feel free to contact me [email protected]
View GitHub Profile
@qlaffont
qlaffont / script.sh
Last active September 5, 2025 09:43
Migration script for alfred snippets to raycast
#!/bin/sh
echo "Checking for tool..."
# Check if the script already exists
if [ ! -f "script" ]; then
echo "Downloading tool using curl..."
curl -sSL https://raw.githubusercontent.com/dst87/alfred-raycast-snippets/refs/heads/main/alfred-raycast.rb -o script
chmod +x script
else
echo "Tool already exists, skipping download."
@qlaffont
qlaffont / History|-1039f91d|entries.json
Last active June 27, 2022 14:03
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///home/quentin/Documents/dev/exalty-lestudio/components/modules/counters/CounterItem.tsx","entries":[{"id":"wReU.tsx","source":"Fix all ESLint auto-fixable problems","timestamp":1652444119467}]}