Skip to content

Conversation

@andrequina
Copy link
Member

Adds a donation request message at end of patient generation. The message includes color-coded text and a clickable hyperlink to the GitHub sponsors page.

…ncludes color-coded text and a clickable hyperlink to the GitHub sponsors page.

// Special formatting for terminal hyperlinks
// Format: \033]8;;URL\007LINK_TEXT\033]8;;\007
private static final String FORMATTED_DONATION_LINK = "\033]8;;" + DONATION_LINK + "\007making a donation\033]8;;\007";
Copy link
Member

Choose a reason for hiding this comment

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

The "clickable" link doesn't seem to work in default Mac OS X zsh... maybe just print out the URL so a user can copy and paste it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Added the link in parentheses.

@jawalonoski jawalonoski merged commit 215056e into synthetichealth:master Oct 23, 2025
2 checks passed
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.

2 participants