Skip to content

Maybe we should create a gihub wiki or a pier-contrib repo? #38

@Plommonsorbet

Description

@Plommonsorbet

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions