-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I think it would be cool if we had some sort of platform where we can share scripts, workflow examples, extensions etc. I always appreciate learning about other people's workflows and it feels appropriate to have something like that considering the tool. It's also a good place to increase the documentation and link to related tools.
- Here's a very simple fzf menu i made that perhaps would be interesting to add to something like that:
pfz() {
pier list -q \
| fzf -m --preview 'pier show {} | bat --color=always' \
--bind 'ctrl-y:execute(pier show {} | xsel -b)+abort' \
| xargs -n 1 -I {} pier run {}
}
- I was considering creating an emacs plugin for pier as way to learn elisp, my idea is implementing a plugin with fuzzy selection, execution, repl / paste to buffer etc. Obviously that would go in a separate repository but things like that would be a good place to link from a wiki.
Some examples of what I mean:
Metadata
Metadata
Assignees
Labels
No labels