{"id":15629705,"url":"https://github.com/anko/tapson-show-list","last_synced_at":"2026-02-07T11:31:03.692Z","repository":{"id":36261882,"uuid":"40566313","full_name":"anko/tapson-show-list","owner":"anko","description":"tapson test result CLI renderer","archived":false,"fork":false,"pushed_at":"2015-09-02T19:56:29.000Z","size":312,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-22T11:50:33.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"LiveScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anko.png","metadata":{"files":{"readme":"readme.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-11T21:34:06.000Z","updated_at":"2015-08-11T21:34:58.000Z","dependencies_parsed_at":"2022-09-04T12:40:25.125Z","dependency_job_id":null,"html_url":"https://github.com/anko/tapson-show-list","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/anko/tapson-show-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anko%2Ftapson-show-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anko%2Ftapson-show-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anko%2Ftapson-show-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anko%2Ftapson-show-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anko","download_url":"https://codeload.github.com/anko/tapson-show-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anko%2Ftapson-show-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29193561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-03T10:28:13.778Z","updated_at":"2026-02-07T11:31:03.675Z","avatar_url":"https://github.com/anko.png","language":"LiveScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tapson-show-list [![npm package](https://img.shields.io/npm/v/tapson-show-list.svg?style=flat-square)][1] [![npm dependencies](https://img.shields.io/david/anko/tapson-show-list.svg?style=flat-square)][2]\n\nA [tapson][3] protocol test result renderer, for the terminal.\n\nShows planned tests immediately in yellow, and turns them green or red when\nthey finish (along with the `actual` message in a darker green or red).\n\n![demonstration](demo.gif)\n\nJust pipe it tapson on `stdin`.\n\n    yourTests | tapson-show-list\n\nIf you want it to update whenever something changes, that's another tool's job.\nOn Linux, a shell script with `inotifywait` works great:\n\n```sh\n# Stores test process ID\nPID=\"\"\n\n# Wait for changes to input files\ninotifywait --quiet -m -e modify whatever-input-files |\nwhile read file; do\n\n    # Kill the old process\n    if [ ! -z \"$PID\" ]; then\n        kill \"$PID\"\n    fi\n\n    # Run process in background and save process id\n    your-tests | tapson-show-list \u0026\n    PID=$!\ndone;\n```\n\n## License\n\n[ISC][4].\n\n[1]: https://www.npmjs.com/package/tapson-show-list\n[2]: https://david-dm.org/anko/tapson-show-list\n[3]: https://github.com/anko/tapson\n[4]: http://opensource.org/licenses/ISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanko%2Ftapson-show-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanko%2Ftapson-show-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanko%2Ftapson-show-list/lists"}