{"id":18743064,"url":"https://github.com/kxsystems/man","last_synced_at":"2026-01-25T22:26:45.347Z","repository":{"id":43488845,"uuid":"229745262","full_name":"KxSystems/man","owner":"KxSystems","description":"Unix-like man function for the q programming language","archived":false,"fork":false,"pushed_at":"2020-12-25T02:12:41.000Z","size":54,"stargazers_count":8,"open_issues_count":0,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-02T01:43:46.254Z","etag":null,"topics":["help","kdb","man","q"],"latest_commit_sha":null,"homepage":"https://code.kx.com/q","language":"q","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KxSystems.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}},"created_at":"2019-12-23T12:09:11.000Z","updated_at":"2024-09-07T14:14:23.000Z","dependencies_parsed_at":"2022-09-11T08:41:45.403Z","dependency_job_id":null,"html_url":"https://github.com/KxSystems/man","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KxSystems/man","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KxSystems%2Fman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KxSystems%2Fman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KxSystems%2Fman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KxSystems%2Fman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KxSystems","download_url":"https://codeload.github.com/KxSystems/man/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KxSystems%2Fman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28760644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"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":["help","kdb","man","q"],"created_at":"2024-11-07T16:09:55.304Z","updated_at":"2026-01-25T22:26:45.330Z","avatar_url":"https://github.com/KxSystems.png","language":"q","funding_links":[],"categories":[],"sub_categories":[],"readme":"man.q\n=====\n\nMan pages for the q programming language.\n\nInstall\n-------\n\nDownload `man.q` from this repository and save in `QHOME`. \n\n```q\nq)\\l man.q\nq)\n```\n\nRequirements: kdb+ V3.2+ on macOS, Linux, Windows, or Solaris 11+. \n\nTo have `man.q` loaded with every q session, specify it in environment variable `QINIT`.\nFor example, an alias for `q` might be:\n\n```bash\n$ alias q='export QHOME=~/q/v3.7; export QINIT=$QHOME/man.q; rlwrap -r $QHOME/m64/q'\n```\n\n\n    $ q\n    KDB+ 3.7t 2019.12.12 Copyright (C) 1993-2019 Kx Systems\n    m64/ 4()core 8192MB sjt mint.local 192.168.0.10 EXPIRE 2020.04.01 stephen@kx.com #55032\n    q)man \"--help\"\n    \"https://code.kx.com/q/about/man\"\n    q)\n\n\nUsage\n-----\n\n### Examples\n    man \"$\"               / operator glyph\n    man \"enum extend\"     / operator name\n    man \"read0\"           / keyword\n    man \".Q\"              / namespace\n    man \".Q.bt\"           / namespace object\n    man \"-C\"              / command-line option\n    man \"\\\\b\"             / system command\n    man \"\"                / reference card\n\n### Special pages\n    man \"cmdline\"         / command-line options\n    man \"errors\"\n    man \"datatypes\"\n    man \"debug\"\n    man \"interfaces\"\n    man \"internal\"\n    man \"iterators\"\n    man \"kb\"              / Knowledge Base\n    man \"syscmds\"         / system commands\n    man \"wp\"              / White Papers\n\n### Help with `man`\n    man \"--help\"          / help page\n    man \"--list\"          / all arguments\n\nSee also \u003chttps://code.kx.com/q/about/man/\u003e\n\nA project of the [Kx Librarian](mailto:librarian@kx.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkxsystems%2Fman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkxsystems%2Fman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkxsystems%2Fman/lists"}