Skip to content

Conversation

@ericanderson
Copy link
Owner

@ericanderson ericanderson commented Aug 3, 2025

Summary

  • Added ghost emoji (👻) to CLI banner/header for better branding
  • Added ghost emoji to success messages and "no branches" messages
  • Added skull emoji (💀) to deletion confirmation and actual deletion messages
  • Added ghost emoji to interactive selection prompts
  • Updated "all" command success message to include both ghost and jack-o'-lantern emojis

Test plan

  • Run ./bin/ghouls --help to see the ghost emoji in the banner
  • Run ./bin/ghouls remote --dry-run to see emojis in remote command output
  • Run ./bin/ghouls local --dry-run to see emojis in local command output
  • Run ./bin/ghouls all --dry-run to see emojis in combined command output
  • All unit tests updated and passing

Fixes #20

🤖 Generated with Claude Code

- Add ghost emoji to CLI banner/header
- Add ghost emojis to success messages
- Add skull emoji to deletion messages
- Add ghost emoji to interactive prompts
- Update tests to match new emoji messages

Fixes #20

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
process.exit(0);
} else {
console.log("\n All cleanup operations completed successfully!");
console.log("\n👻 All cleanup operations completed successfully! 🎃");
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't use pumpkin. the theme is ghosts and death not Halloween

process.on("unhandledRejection", console.log);
yargs(hideBin(process.argv))
.usage("$0 <cmd> [args]")
.usage("👻 $0 <cmd> [args]\n\nGhouls - Remove those pesky dead branches")
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would restore this to the way it was

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

P2: Tastefully include more ghost emojis

2 participants