Jake Elder
Jake Elder
We can use the `pet-select` function to use the current line as a search string, IE ```sh $ cat .zshrc function pet-select() { BUFFER=$(pet search --query "$LBUFFER") CURSOR=$#BUFFER zle redisplay...
It would be useful to be able to set the cursor point when entering a snippet, IE ``` $ pet new "git commit -am \"feat(ui): \"" ```` This would be...
Thank you for the package! I'm struggling to achieve something that I'm sure is an easy task for some. Is this possible? How can I extend an abstract `EventEmitter` class,...
Is this expected? Are there workarounds/solutions? Thank you for this package 🙏 