Recursive grep with context
grep -rn --include="*.{{extension}}" "{{pattern}}" .grep -rn --include="*.{{extension}}" "{{pattern}}" .lsof -ti:{{port}} | xargs kill -9ntm add myproject --cc=2ntm create myproject --panes=2ntm new myprojectntm spawn myproject --cc=2 --cod=1 --gmi=1br sync --import-onlyntm listgit remote add origin {{url}}git switch -c {{new_branch_name}} {{commit_hash}}git switch -c {{branch_name}}git branch -d {{branch_name}}git push origin --delete {{branch_name}}git push -u origin {{branch_name}}git branch --merged main | grep -v "main" | xargs -r git branch -dgit commit --amend --no-editgit fetch origingit pull origin {{branch_name}}git rebase -i HEAD~{{n}}git fetch origin && git rebase origin/maingit stash listgit stash popgit stash push -u -m "{{message}}"pnpm dlx shadcn@latest init --template next --name {{project-name}} --no-monorepo && cd {{project-name}} && pnpm add lucide-react && pnpm add -D vitest @vitejs/plugin-react jsdom @testing-library/react @testing-library/jest-dom @testing-library/user-event && pnpm dlx shadcn@latest add --all && pnpm create playwrightpnpm dlx shadcn@latest init --template vite --name {{project-name}}-vite --no-monorepo \ && cd {{project-name}}-vite \ && pnpm add react-router lucide-react \ && pnpm add -D vitest jsdom @testing-library/react @testing-library/jest-dom @testing-library/user-event \ && pnpm dlx shadcn@latest add --all \ && pnpm create playwright