{"id":19750889,"url":"https://github.com/sheepla/harview","last_synced_at":"2025-04-30T10:31:07.249Z","repository":{"id":247530851,"uuid":"826080383","full_name":"sheepla/harview","owner":"sheepla","description":"[WIP] HTTP Archive (HAR) Viewer on the Terminal written in Rust","archived":false,"fork":false,"pushed_at":"2024-07-24T11:06:04.000Z","size":27,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-24T12:49:49.243Z","etag":null,"topics":["har","har-viewer","http-archive","ratatui","rust","tui","viewer"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/sheepla.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}},"created_at":"2024-07-09T04:32:16.000Z","updated_at":"2024-07-24T11:06:07.000Z","dependencies_parsed_at":"2024-07-24T12:48:22.466Z","dependency_job_id":null,"html_url":"https://github.com/sheepla/harview","commit_stats":null,"previous_names":["sheepla/harview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fharview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fharview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fharview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Fharview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheepla","download_url":"https://codeload.github.com/sheepla/harview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224208313,"owners_count":17273674,"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":["har","har-viewer","http-archive","ratatui","rust","tui","viewer"],"created_at":"2024-11-12T02:40:08.265Z","updated_at":"2024-11-12T02:40:13.961Z","avatar_url":"https://github.com/sheepla.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# harview\n\nHTTP Archive (HAR) Viewer on the terminal written in Rust\n\n*This tool is still under development. Please note that specifications are subject to change without notice.*\n\n\u003c/div\u003e\n\n\n## About\n\n**harview** is a viewer of HAR files that runs on the terminal. You can easily view HAR files exported from a web browser without opening the browser.\n\nThe goal of this tool is not to provide in-depth analysis capabilities like DevTool, but to provide the ability to browse HAR files with a lightweight UI like an easy-to-use pager for those familiar with the command line interface.\n\n## Usage\n\n### Export HAR files from Browsers\n\nOpen your web browser's DevTools and export the HAR file.\nIt supports the HAR format, which can be exported in the following browsers:\n\n- Firefox\n- Chromium based browsers\n\n**Firefox**:\n    \n1. Open DevTool (type `F12` or `Ctrl-Shift-I`)\n2. Open *Network* tab and select *Save All as HAR* from context menu\n\n\u003e [Network request list - Firefox Source Docs](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/request_list/index.html)\n\n**Chromium**:\n\n1. Open DevTool (type `F12` or `Ctrl-Shift-I`)\n2. Click *Export HAR* below the tab bar\n\n\u003e [Network features reference - Chrome DevTools](https://developer.chrome.com/docs/devtools/network/reference)\n\n### Use *harview* TUI\n\nTo use harview, specify the path of the HAR file as the first argument. Once the HAR file is loaded, entries in the HTTP log will appear in the table.\n\n```sh\nharview example.com.har\n```\nTUI can be controlled with the following keys:\n\n| Key | Action |\n|-----|---------|\n| `k` / `j` | Move the focus up / down |\n| `u` /  `d` | Move the focus up / down more fast |\n| `1` - `4` | Switch preview widget tab |\n| `q` or `Ctrl-C` | Quit application |\n\n## Installation\n\nClone this repository then run `cargo install`\n\n```sh\ngit clone https://github.com/sheepla/harview.git\ncd harview\ncargo install --path .\n```\n\n## References\n\n- [HAR (file format) - Wikipedia](https://en.wikipedia.org/wiki/HAR_%28file_format%29)\n- [HTTP Archive (HAR) Format Specifications - W3C](https://w3c.github.io/web-performance/specs/HAR/Overview.html)\n\n## Thanks\n\n- [ratatui](https://ratatui.rs/) - This tool was built with ratatui, a TUI library for Rust. Thank you for the amazing library and its ecosystem!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Fharview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheepla%2Fharview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Fharview/lists"}