-
Notifications
You must be signed in to change notification settings - Fork 180
Stand-in replacement for the UUID package that doesn't require Python (continued) #211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@smeech Can you show me an example of how I can make it use WSL on Windows and ignore it elsewhere? I'm sure that this is obvious, but I'm new to Espanso development. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces a new uuid-nix package as a Bash-based alternative to the existing Python-based uuid package, and updates the original uuid package's README to reference this new option.
- Adds
uuid-nixpackage (version 0.1.0) that usesuuidgencommand instead of Python - Updates
uuidpackage README to inform users about the new alternative - Implements
:uuidand:nuuidtriggers using shell commands
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/uuid/1.0.0/README.md | Adds documentation about the new uuid-nix package as an alternative |
| packages/uuid-nix/0.1.0/package.yml | Implements UUID generation triggers using uuidgen and sed commands |
| packages/uuid-nix/0.1.0/_manifest.yml | Defines package metadata, tags, and authorship information |
| packages/uuid-nix/0.1.0/README.md | Provides usage documentation and platform compatibility notes |
| packages/uuid-nix/0.1.0/LICENSE | Includes MIT license for the package |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Hold on! The |
Just add |
smeech
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
A few minor changes, but we're nearly there.
|
@smeech I don't think that |
|
@smeech Offtopic, but I'd just like to say that you have been so nice to me! Thank you for being an excellent person and responding to my questions so quickly! You're the best. |
You're welcome! Thanks. |
|
I've added the link to your package to the If you're happy with the package now, I'll go ahead and merge. |
I think that it's about ready to merge. Thanks so much for helping out with this! |
See #210.