Skip to content

Instantly share code, notes, and snippets.

View codesjedi's full-sized avatar
🤖

Enrique Giménez codesjedi

🤖
View GitHub Profile
@codesjedi
codesjedi / .finicky.js
Created July 8, 2025 23:24
finicky setup
// ~/.finicky.js
//
// This is the most basic Finicky configuration.
// It sets a default browser and has no special rules.
// You can build your custom setup from here.
const development = 'Default'
const professional = 'Profile 2'
const personal = 'Profile 1'
@codesjedi
codesjedi / process-env.d.ts
Created January 17, 2025 17:17
typing .env in bun
// path = src/types/process-env.d.ts
export {}
declare global {
namespace NodeJS {
interface ProcessEnv {
APP_ENV: 'local' | 'homolog' | 'production'
CAPTCHA_KEY: string
PROXY_ENABLED: 'true' | 'false'
}
@codesjedi
codesjedi / .json YouTube
Created October 3, 2023 18:47 — forked from LucioD3v/.json YouTube
JSON YouTube Skill
{
"interactionModel": {
"languageModel": {
"invocationName": "YouTube",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": [
"cancela"
]