{"id":20460988,"url":"https://github.com/mikkoi/plenv-man","last_synced_at":"2026-04-14T00:02:59.486Z","repository":{"id":72897179,"uuid":"550460501","full_name":"mikkoi/plenv-man","owner":"mikkoi","description":"A plenv plugin to help read man pages from different Perl versions","archived":false,"fork":false,"pushed_at":"2022-12-08T20:32:42.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-03T11:04:43.626Z","etag":null,"topics":["bash","hacktoberfest","perl","plenv","script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikkoi.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":"2022-10-12T20:05:04.000Z","updated_at":"2023-10-02T15:38:33.000Z","dependencies_parsed_at":"2023-04-16T03:44:58.292Z","dependency_job_id":null,"html_url":"https://github.com/mikkoi/plenv-man","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikkoi/plenv-man","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkoi%2Fplenv-man","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkoi%2Fplenv-man/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkoi%2Fplenv-man/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkoi%2Fplenv-man/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikkoi","download_url":"https://codeload.github.com/mikkoi/plenv-man/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkoi%2Fplenv-man/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263314171,"owners_count":23447294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bash","hacktoberfest","perl","plenv","script"],"created_at":"2024-11-15T12:22:45.519Z","updated_at":"2026-04-14T00:02:59.481Z","avatar_url":"https://github.com/mikkoi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plenv-man\n\nA [plenv](https://github.com/tokuhirom/plenv) plugin to help read man pages from different Perl versions.\n\n\n## Usage\n\n```\n$ plenv man perl\n$ plenv man 3 open\n$ plenv man --version 5.34.1 perldelta\n$ plenv man --version 5.34.1 --executable manpath -g -d\n```\n\n\n## The Explicit Way, Using Plenv Command `plenv man`.\n\nEXAMPLES\n\nRead man page of currently active perl:\n\n```sh\nplenv man perl\n```\n\nYou can use any arguments you would normally give to `man`:\n\n```sh\nplenv man 3 open\n```\n\nRead man page of any installed perl version:\n\n```sh\nplenv man --version 5.34.1 perldelta\n```\n\nInstead of `man`, run any command which makes use of $MANPATH environmental variable:\n\n```sh\nplenv man --version 5.34.1 --executable manpath -g -d\n```\n\n\n## Installation\n\n```sh\nmkdir -p \"$(plenv root)/plugins\"\ngit clone https://github.com/mikkoi/plenv-man.git \"$(plenv root)/plugins/plenv-man\"\n```\n\n## The Implicit Way, Using Plenv Hook.\n\nThe implicit way creates a pseudo-`man` command in `${PLENV_ROOT}/shims/`\nand other pseudo commands in all v`${PLENV_ROOT}/versions/\u003cversion\u003e/bin/`\ndirectories. There are created by hooking into `plenv rehash` command.\nWhen running `man`, these shims set the correct `$MANPATH` variable contents\nand then call system `man`.\n\n### Installation\n\n```sh\nmkdir -p \"$(plenv root)/plugins\"\ngit clone https://github.com/mikkoi/plenv-man.git \"$(plenv root)/plugins/plenv-man\"\nmkdir -p \"$(plenv root)/plenv.d/rehash\"\nln --symbolic --target-directory \"$(plenv root)/plenv.d/rehash/\" \"$(plenv root)/plugins/plenv-man/plenv.d/rehash/man.bash\"\nplenv rehash\n```\n\n## AUTHOR\n\nMikko Koivunalho\n\n## LICENSE\n\nSee [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikkoi%2Fplenv-man","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikkoi%2Fplenv-man","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikkoi%2Fplenv-man/lists"}