Skip to content

Instantly share code, notes, and snippets.

@shayonpal
shayonpal / discord-notify.sh
Last active November 10, 2025 18:24
Claude Code Hook to send Discord notification when the agent is waiting for user input
#!/bin/bash
#
# Discord Notification Hook for Claude Code
# Sends a notification to Discord when Claude finishes responding
#
# Documentation on how to create Discord Webhook - https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
#
# Environment Variables Used:
# - CLAUDE_PROJECT_DIR: Full path to the current project directory
#
@jchandra74
jchandra74 / PowerShell Customization.md
Last active August 20, 2025 11:13
PowerShell, Cmder / ConEmu, Posh-Git, Oh-My-Posh, Powerline Customization

Pimping Up Your PowerShell & Cmder with Posh-Git, Oh-My-Posh, & Powerline Fonts

Backstory (TLDR)

I work as a full-stack developer at work. We are a Windows & Azure shop, so we are using Windows as our development platform, hence this customization.

For my console needs, I am using Cmder which is based on ConEmu with PowerShell as my shell of choice.

Yes, yes, I know nowadays you can use the Linux subsystem on Windows 10 which allow you to run Ubuntu on Windows. If you are looking for customization of the Ubuntu bash shell, check out this article by Scott Hanselman.