{"id":28958359,"url":"https://github.com/juliodelfos/pantallazo-cli","last_synced_at":"2026-04-30T20:32:21.127Z","repository":{"id":300683754,"uuid":"1006811738","full_name":"juliodelfos/pantallazo-cli","owner":"juliodelfos","description":"📸 Simple herramienta para capturas de pantalla desde la terminal en macOS","archived":true,"fork":false,"pushed_at":"2025-06-23T03:52:46.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-30T20:32:14.042Z","etag":null,"topics":["bash","cli","macos","screenshot","screenshot-utility","shell","terminal"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/juliodelfos.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,"zenodo":null}},"created_at":"2025-06-23T03:06:40.000Z","updated_at":"2026-02-01T03:43:57.000Z","dependencies_parsed_at":"2025-06-23T04:35:35.981Z","dependency_job_id":null,"html_url":"https://github.com/juliodelfos/pantallazo-cli","commit_stats":null,"previous_names":["juliodelfos/pantallazo-cli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/juliodelfos/pantallazo-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliodelfos%2Fpantallazo-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliodelfos%2Fpantallazo-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliodelfos%2Fpantallazo-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliodelfos%2Fpantallazo-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliodelfos","download_url":"https://codeload.github.com/juliodelfos/pantallazo-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliodelfos%2Fpantallazo-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32476682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["bash","cli","macos","screenshot","screenshot-utility","shell","terminal"],"created_at":"2025-06-23T23:00:49.765Z","updated_at":"2026-04-30T20:32:21.112Z","avatar_url":"https://github.com/juliodelfos.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pantallazo-cli\n\nScript de línea de comandos para **capturas de pantalla avanzadas** en macOS.\n\n| Comando básico | Descripción |\n|----------------|-------------|\n| `pantallazo`               | Copia un área al portapapeles y oculta la terminal |\n| `pantallazo --nota`        | Guarda PNG en la carpeta destino y abre Preview |\n| `pantallazo --nota --copiar` | Igual que anterior, pero copia el PNG al portapapeles |\n| `pantallazo --ver`         | Guarda PNG + Preview **sin** ocultar la terminal |\n| `pantallazo --term …`      | Nunca oculta la terminal (sobrescribe lo anterior) |\n| Alias equivalentes         | `screenshot`, `scrsht` |\n\n\u003e Por defecto las capturas se guardan en: `~/Downloads/Capturas de pantalla`\n\n---\n\n## Instalación rápida\n\n```bash\nbash \u003c(curl -fsSL https://raw.githubusercontent.com/juliodelfos/pantallazo-cli/HEAD/install.sh)\n```\n\nEl instalador:\n\n1. Copia `cap.sh` a `~/bin`.\n2. Añade `~/bin` al `PATH` (si hace falta).\n3. Crea la función `pantallazo()` y los alias `screenshot` y `scrsht` en tu `~/.zshrc`.\n\nReabre la terminal o ejecuta `source ~/.zshrc` y ya podrás usarlo.\n\n---\n\n## Carpeta de destino personalizable\n\n| Método | Ejemplo | Nota |\n|--------|---------|------|\n| Variable permanente | `export PANTALLAZO_DIR=~/Nextcloud/Capturas` | Ponla en tu `~/.zshrc` |\n| Flag puntual       | `pantallazo --dir ~/Pictures --nota`         | Sólo para esa ejecución |\n\n---\n\n## Ayuda integrada\n\n```bash\npantallazo --help\n```\n\nMuestra la guía rápida con todos los flags y ejemplos.\n\n---\n\n## Desinstalación\n\n```bash\nrm -f ~/bin/cap.sh\nsed -i '' '/pantallazo() {/,/scrsht() {/d' ~/.zshrc\n```\n\n---\n\n## Licencia\n\nMIT © [juliodelfos](https://github.com/juliodelfos)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliodelfos%2Fpantallazo-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliodelfos%2Fpantallazo-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliodelfos%2Fpantallazo-cli/lists"}