{"id":47997313,"url":"https://github.com/Rodrigodd/strace-tui","last_synced_at":"2026-04-05T04:01:14.581Z","repository":{"id":339088276,"uuid":"1160365817","full_name":"Rodrigodd/strace-tui","owner":"Rodrigodd","description":"A terminal user interface (TUI) for visualizing and exploring strace output","archived":false,"fork":false,"pushed_at":"2026-03-01T23:40:09.000Z","size":256,"stargazers_count":119,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T16:42:05.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Rodrigodd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2026-02-17T21:19:09.000Z","updated_at":"2026-03-05T05:21:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Rodrigodd/strace-tui","commit_stats":null,"previous_names":["rodrigodd/strace-tui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rodrigodd/strace-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodrigodd%2Fstrace-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodrigodd%2Fstrace-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodrigodd%2Fstrace-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodrigodd%2Fstrace-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rodrigodd","download_url":"https://codeload.github.com/Rodrigodd/strace-tui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodrigodd%2Fstrace-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31423887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T02:22:46.605Z","status":"ssl_error","status_checked_at":"2026-04-05T02:22:33.263Z","response_time":75,"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":[],"created_at":"2026-04-04T12:00:32.857Z","updated_at":"2026-04-05T04:01:14.573Z","avatar_url":"https://github.com/Rodrigodd.png","language":"Rust","funding_links":[],"categories":["Rust","others"],"sub_categories":[],"readme":"# strace-tui\n\nA terminal user interface (TUI) for visualizing and exploring strace output.\n\nhttps://github.com/user-attachments/assets/a190090e-1e30-4692-9a20-5b2315cb7634\n\n## Overview\n\n**Supported features:**\n\n- Parses common strace output and flags (`-tt -k -f -s 1024`) (also provides JSON output of parsed traces).\n- Color-code syscall by type and error status.\n- Allow dynamically filtering and search syscalls.\n- Resolve strace stack-trace output (`strace -k`) to function names and source lines using `addr2line`.\n- Visualize multithreaded and multiprocess traces with a graph for forks and clones.\n- Search text in syscall arguments and results.\n\n**Missing features:**\n\n- Filter traces by process or thread ID.\n- Copy syscall details to clipboard (specially because the TUI truncates a lot of info).\n- Export filtered traces to file.\n- Better handle gigantic Rust/C++ symbols (currently truncates middle of the symbol)\n\n## Installation\n\nAt the moment, the easiest way to install is via Cargo:\n\n```bash\ncargo install strace-tui\n```\n\nCan also be installed from source:\n\n```bash\ngit clone https://github.com/Rodrigodd/strace-tui.git\ncd strace-tui\ncargo install --path .\n```\n\n## Usage\n\n### Parse an existing strace file (TUI)\n\n```bash\nstrace -o trace.txt -tt -k -f -s 1024 ls -la\nstrace-tui parse trace.txt\n```\n\n### Run strace and visualize\n\n```bash\nstrace-tui trace ls -la\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or\n   http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or\nhttp://opensource.org/licenses/MIT)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRodrigodd%2Fstrace-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRodrigodd%2Fstrace-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRodrigodd%2Fstrace-tui/lists"}