Add dadd package#228
Conversation
|
|
||
| The package contain only one trigger that is :dadd (short for date add). | ||
|
|
||
|  |
There was a problem hiding this comment.
I like the inclusion of the screenshot. We might find the Hub frontend fails as a result, however. Let's see!
There was a problem hiding this comment.
I didn't remove the screenshot, please let me know what was the result.
smeech
left a comment
There was a problem hiding this comment.
A small package with a single trigger and a straightforward Python script, not unlike the one I used in my own package. No potentially malicious code, AFAICS.
I've left a couple of suggestions, will let Copilot do its stuff, and I'll run the automated checks to see if it balks at the README.md image.
Thank you.
There was a problem hiding this comment.
Pull request overview
Adds a new Espanso Hub package (dadd) that provides a :dadd form-based trigger for adding/subtracting days from a base date and outputting the resulting date.
Changes:
- Added
:daddmatch with a form input and a Python-backed date calculation script. - Added package documentation (README + screenshot).
- Added package manifest metadata for Hub distribution.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| packages/dadd/0.1.0/package.yml | Defines the :dadd trigger, collects form inputs, and computes the resulting date via Python. |
| packages/dadd/0.1.0/README.md | Documents usage, inputs, and installation steps with a screenshot. |
| packages/dadd/0.1.0/_manifest.yml | Adds Hub metadata (name, version, homepage, tags). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This package is an utility for quick date calculation like insert the date that is +12 from tomorrow, or -5 day from today.