{"id":15209411,"url":"https://github.com/koalagang/zsh-pipr","last_synced_at":"2026-03-07T21:03:19.175Z","repository":{"id":256196257,"uuid":"854573273","full_name":"koalagang/zsh-pipr","owner":"koalagang","description":"Interactively write zsh pipelines","archived":false,"fork":false,"pushed_at":"2024-09-09T13:05:31.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T14:37:43.451Z","etag":null,"topics":["command-line","pipr","script","shell","zsh","zsh-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koalagang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-09T12:19:31.000Z","updated_at":"2024-09-09T13:07:07.000Z","dependencies_parsed_at":"2024-09-09T14:48:06.814Z","dependency_job_id":"c9244053-d096-43c4-88fb-92462e7311c4","html_url":"https://github.com/koalagang/zsh-pipr","commit_stats":null,"previous_names":["koalagang/zsh-pipr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/koalagang/zsh-pipr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalagang%2Fzsh-pipr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalagang%2Fzsh-pipr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalagang%2Fzsh-pipr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalagang%2Fzsh-pipr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koalagang","download_url":"https://codeload.github.com/koalagang/zsh-pipr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalagang%2Fzsh-pipr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30231490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","pipr","script","shell","zsh","zsh-plugin"],"created_at":"2024-09-28T07:23:31.183Z","updated_at":"2026-03-07T21:03:19.133Z","avatar_url":"https://github.com/koalagang.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zsh-pipr\nZsh-pipr is a tiny plugin that integrates [pipr](https://github.com/elkowar/pipr) with zsh.\nWhilst there is a zsh script provided directly within the pipr repo,\nthis breaks syntax highlighting and, moreover, is not easy to install with plugin managers.\n\n## Installation\nFirst install `pipr`, as this is a dependency, then install zsh-pipr through a method of your choosing.\n\n### Manual\nClone `https://github.com/koalagang/zsh-pipr.git` into a location of your choosing\nand then `source /path/to/pipr.plugin.zsh` from your zshrc.\n\n### Plugin manager\nYou should be able to use any zsh plugin manager. Feel free to open an issue about it if this doesn't work out with your\nfavourite plugin manager.\n\n### Nix (home-manager)\nYou can use the zsh home-manager module with the `fetchFromGithub` fetcher to install zsh-pipr.\n\nFor example:\n\n```nix\n# include pkgs\n{ pkgs, ... }:\n{\n  # make sure to install pipr\n  home.packages = [ pkgs.pipr ];\n  programs.zsh = {\n    enable = true;\n    plugins = [\n      {\n        name = \"zsh-pipr\";\n        file = \"pipr.plugin.zsh\";\n        src = pkgs.fetchFromGitHub {\n          owner = \"koalagang\";\n          repo = \"zsh-pipr\";\n          rev = \"62e4a240d4354ed90071d7007896efc15a2381db\";\n          hash = \"sha256-zxu/uk/iL5jPHilnvhB647+2f4kC8KpAKDbvJPimy/0=\";\n        };\n      }\n    ];\n  };\n}\n```\n\n## Usage\nSimply hit ctrl+p to open pipr with the current contents of the commandline. When you wish to leave pipr, hit ctrl+c and\nyou'll be returned to the commandline with any extra content you added whilst using pipr.\n\n## Tips\n- You may want to add `eval_environment = [\"zsh\", \"-c\"]` to `~/.config/pipr/pipr.toml` because pipr uses bash by default\n- Avoid using interactive tools like fzf with pipr as this can lead to issues\n- Pipr has a bunch of [cool features](https://github.com/elkowar/pipr?tab=readme-ov-file#usage) so consider checking those out\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoalagang%2Fzsh-pipr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoalagang%2Fzsh-pipr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoalagang%2Fzsh-pipr/lists"}