{"id":16358312,"url":"https://github.com/linguini1/help-text","last_synced_at":"2025-12-23T23:30:14.713Z","repository":{"id":253327859,"uuid":"843172362","full_name":"linguini1/help-text","owner":"linguini1","description":"Utility for generating help text for C command line tools from a plain-text input.","archived":false,"fork":false,"pushed_at":"2024-08-15T23:59:45.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T13:32:56.941Z","etag":null,"topics":["c","cli","command-line","command-line-tool","command-line-utility","help","help-text","plaintext","utility"],"latest_commit_sha":null,"homepage":"","language":"C","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/linguini1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-08-15T23:58:05.000Z","updated_at":"2024-08-15T23:59:48.000Z","dependencies_parsed_at":"2024-08-16T01:00:35.793Z","dependency_job_id":"9ddd4b19-66c1-4989-afe5-140184051e3a","html_url":"https://github.com/linguini1/help-text","commit_stats":null,"previous_names":["linguini1/help-text"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fhelp-text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fhelp-text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fhelp-text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fhelp-text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linguini1","download_url":"https://codeload.github.com/linguini1/help-text/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239708058,"owners_count":19684156,"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":["c","cli","command-line","command-line-tool","command-line-utility","help","help-text","plaintext","utility"],"created_at":"2024-10-11T02:05:18.595Z","updated_at":"2025-12-23T23:30:14.682Z","avatar_url":"https://github.com/linguini1.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# help-text\n\nA tool for turning plain-text into an include-able `#define` for C projects. The primary purpose of this utility is to\nturn a help text document into printable help text from within C for command line utilities with a `--help` option.\n\n## Building\n\nClone the git repository and make:\n\n```console\ngit clone https://github.com/linguini1/help-text.git\ncd help-text\nmake all\n```\n\n## Usage\n\nFor usage hints, call `help-text -h`. Yes, this utility's help text was generated using itself.\n\nOnce complete, you can include the generated help text macro in your C project. Here are two valid ways of generating\nthe help text macro.\n\n```console\ncat myhelptext.txt | help-text \u003e myhelptext.h\nhelp-text -i myhelptext.txt -o myhelptext.h\n```\n\nYou can use the `-I` flag of your compiler to include your generated help text header file as part of your build\nprocess, or you can include it directly with the `#include` directive.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinguini1%2Fhelp-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinguini1%2Fhelp-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinguini1%2Fhelp-text/lists"}