Jake Elder

Results 3 issues of 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...

feature-request

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...

feature-request

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,...

question