{"id":20119841,"url":"https://github.com/shellshape/webshot","last_synced_at":"2026-04-20T06:03:03.931Z","repository":{"id":219927557,"uuid":"750048283","full_name":"shellshape/webshot","owner":"shellshape","description":"A simple CLI tool to create screenshots from web pages in the terminal.","archived":false,"fork":false,"pushed_at":"2024-06-26T19:57:12.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-07T06:32:22.273Z","etag":null,"topics":["cli","rust","screenshot","terminal","tool","web-screenshot"],"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/shellshape.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-01-29T22:11:41.000Z","updated_at":"2024-06-26T19:57:06.000Z","dependencies_parsed_at":"2024-01-30T12:30:25.052Z","dependency_job_id":"66d81962-8bd0-48eb-93da-926eeb7b6add","html_url":"https://github.com/shellshape/webshot","commit_stats":null,"previous_names":["shellshape/webshot"],"tags_count":3,"template":false,"template_full_name":"shellshape/rust-cli-template","purl":"pkg:github/shellshape/webshot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Fwebshot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Fwebshot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Fwebshot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Fwebshot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shellshape","download_url":"https://codeload.github.com/shellshape/webshot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellshape%2Fwebshot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32035276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","rust","screenshot","terminal","tool","web-screenshot"],"created_at":"2024-11-13T19:17:22.299Z","updated_at":"2026-04-20T06:03:03.881Z","avatar_url":"https://github.com/shellshape.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webshot\n\nA simple CLI tool to create screenshots from web pages in the terminal.\n\nThis tool uses the [headless_chrome](https://crates.io/crates/headless_chrome) crate, which requires a local installation of Chrome or Chromium.\n\n\u003e **Information**  \n\u003e This is the successor for my old tool [zekroTJA/webshot](https://github.com/zekroTJA/webshot), which uses [puppeteer](https://pptr.dev).\n\n## Usage\n\n```\n$ webshot --help\nSimply screenshot websites from your terminal\n\nUsage: webshot [OPTIONS] \u003cURL\u003e\n\nArguments:\n  \u003cURL\u003e  URL of the web page to be captured\n\nOptions:\n  -c, --config \u003cCONFIG\u003e      Path to a config file\n  -o, --output \u003cOUTPUT\u003e      Output directory or file name\n  -W, --width \u003cWIDTH\u003e        Screen width\n  -H, --height \u003cHEIGHT\u003e      Screen height\n  -s, --scale \u003cSCALE\u003e        Scale factor\n      --wait-for \u003cWAIT_FOR\u003e  Wait for DOM element (query selector) [default: body]\n  -h, --help                 Print help\n  -V, --version              Print version\n```\n\n## Install\n\nYou can either download the latest release builds form the [Releases page](https://github.com/shellshape/webshot/releases) or you can install it using cargo install.\n```\ncargo install --git https://github.com/shellshape/webshot\n```\n\n## Configuration\n\nYou can create a configuration to define some default parameters. The tool will look for a config file in one of the following locations.\n\n|  | Local | Home Config |\n|--|-------|-------------|\n| **Linux** | `./webshot.*` | `$HOME/.config/webshot/config.*` |\n| **Windows** | `.\\webshot.*` | `%APPDATA%\\webshot\\config.*` |\n| **OSX** | `./webshot.*` | `$HOME/Library/Application Support/webshot/config.*` |\n\nSupported config types are the following.\n- YAML (`.yaml`)\n- TOML (`.toml`)\n- JSON (`.json`)\n\nAn example config could look as following.\n\n```toml\ndefault_width = 1920\ndefault_height = 1080\ndefault_scale = 1.5\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellshape%2Fwebshot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellshape%2Fwebshot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellshape%2Fwebshot/lists"}