/good-morning

Pastes a greeting message with a link to a random MonkeyUser.com comic

Primary LanguageJava

Good morning 👋

Spice up your daily "Good morning" greeting with a link to a random WorkChronicles.com comic.
This script will fetch a random comic URL, add it as a link to your greeting text and paste it.

Requirements

  • Java 11 or later

Usage

Define your Markdown greeting message in variable:

GREETING_TEMPLATE = "[Good morning]({0}) {1}"; // link, emoji

Configure a keyboard shortcut to execute:

java PATH_TO_SCRIPT_DIR/GoodMorning.java

Enter your chat app, hit the keyboard shortcut and get your template pasted with a link to a random comic image.

Example

plain

[Good morning](https://workchronicles.com/wp-content/uploads/2023/02/nohello-01-2.png) 👋

rendered

Good morning 👋

Configuring keyboard shortcuts

Ubuntu guide, example:
Keyboard shortcut configuration

Past sources

Comic source Last commit
MonkeyUser.com 91132cb