{"id":17614078,"url":"https://github.com/vroncevic/gen_man","last_synced_at":"2026-04-10T11:01:47.845Z","repository":{"id":45607812,"uuid":"76719464","full_name":"vroncevic/gen_man","owner":"vroncevic","description":"Generate man page","archived":false,"fork":false,"pushed_at":"2025-12-11T19:40:02.000Z","size":6956,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T06:47:19.430Z","etag":null,"topics":["bash","documentation","generator","linux","macos","man-page","manual-deployment","qnx","shell","unix"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/gen_man","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-12-17T11:08:38.000Z","updated_at":"2025-12-11T19:39:21.000Z","dependencies_parsed_at":"2023-12-16T20:23:09.695Z","dependency_job_id":"04325e78-04aa-4f34-8370-749edad05683","html_url":"https://github.com/vroncevic/gen_man","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/vroncevic/gen_man","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fgen_man","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fgen_man/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fgen_man/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fgen_man/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/gen_man/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fgen_man/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31639524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["bash","documentation","generator","linux","macos","man-page","manual-deployment","qnx","shell","unix"],"created_at":"2024-10-22T18:24:12.553Z","updated_at":"2026-04-10T11:01:47.811Z","avatar_url":"https://github.com/vroncevic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generate Man Page\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/gen_man/dev/docs/gen_man_logo.png\" width=\"25%\"\u003e\n\n**gen_man** is shell tool for generating man pages.\n\nDeveloped in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.\n\n[![gen_man_shell_checker](https://github.com/vroncevic/gen_man/actions/workflows/gen_man_shell_checker.yml/badge.svg)](https://github.com/vroncevic/gen_man/actions/workflows/gen_man_shell_checker.yml)\n\nThe README is used to introduce the tool and provide instructions on\nhow to install the tool, any machine dependencies it may have and any\nother information that should be provided before the tool is installed.\n\n[![GitHub issues open](https://img.shields.io/github/issues/vroncevic/gen_man.svg)](https://github.com/vroncevic/gen_man/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/gen_man.svg)](https://github.com/vroncevic/gen_man/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Dependencies](#dependencies)\n- [Shell tool structure](#shell-tool-structure)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\nNavigate to release **[page](https://github.com/vroncevic/gen_man/releases)** download and extract release archive.\n\nTo install **gen_man** type the following:\n\n```bash\ntar xvzf gen_man-4.0.tar.gz\ncd gen_man-4.0\ncp -R ~/sh_tool/bin/   /root/scripts/gen_man/ver.4.0/\ncp -R ~/sh_tool/conf/  /root/scripts/gen_man/ver.4.0/\ncp -R ~/sh_tool/log/   /root/scripts/gen_man/ver.4.0/\n```\n\n![alt tag](https://raw.githubusercontent.com/vroncevic/gen_man/dev/docs/setup_tree.png)\n\nOr You can use docker to create image/container.\n\n### Usage\n\n```bash\n# Create symlink for shell tool\nln -s /root/scripts/gen_man/ver.4.0/bin/gen_man.sh /root/bin/gen_man\n\n# Setting PATH\nexport PATH=${PATH}:/root/bin/\n\n# Generating man\ngen_man SimpleTest\n```\n\n### Dependencies\n\n**gen_man** requires next modules and libraries:\n* sh_util [https://github.com/vroncevic/sh_util](https://github.com/vroncevic/sh_util)\n\n### Shell tool structure\n\n**gen_man** is based on MOP.\n\nCode structure\n\n```bash\nsh_tool/\n├── bin/\n│   ├── create_man.sh\n│   ├── gen_man.sh\n│   └── install_man.sh\n├── conf/\n│   ├── gen_man.cfg\n│   ├── gen_man_util.cfg\n│   └── template/\n│       └── man.template\n└── log/\n    └── gen_man.log\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/gen_man/badge/?version=latest)](https://gen-man.readthedocs.io/projects/gen_man/en/latest/?badge=latest)\n\nMore documentation and info at:\n* [https://gen_man.readthedocs.io/en/latest/](https://gen-man.readthedocs.io/en/latest/)\n* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)\n* [https://www.man7.org/linux](https://www.man7.org/linux/man-pages/man7/man-pages.7.html)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-4.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2017 - 2026 by [vroncevic.github.io/gen_man](https://vroncevic.github.io/gen_man)\n\n**gen_man** is free software; you can redistribute it and/or modify\nit under the same terms as Bash itself, either Bash version 4.2.47 or,\nat your option, any later version of Bash 4 you may have available.\n\nLets help and support FSF.\n\n[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/gen_man/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fgen_man","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fgen_man","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fgen_man/lists"}