{"id":24587865,"url":"https://github.com/sh7ven/i3-screenshot","last_synced_at":"2025-03-17T20:16:42.228Z","repository":{"id":272498610,"uuid":"916793866","full_name":"sh7ven/i3-screenshot","owner":"sh7ven","description":"handy screenshot utility for i3wm.","archived":false,"fork":false,"pushed_at":"2025-01-14T19:39:42.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T07:13:23.829Z","etag":null,"topics":["i3-config","i3wm","linux","screenshot-utility","shell"],"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/sh7ven.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":"2025-01-14T19:14:30.000Z","updated_at":"2025-01-14T19:39:45.000Z","dependencies_parsed_at":"2025-01-14T20:49:06.716Z","dependency_job_id":"7d9ece8e-6532-4c31-ad7c-10a86c0f5834","html_url":"https://github.com/sh7ven/i3-screenshot","commit_stats":null,"previous_names":["sh7ven/i3-screenshot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh7ven%2Fi3-screenshot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh7ven%2Fi3-screenshot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh7ven%2Fi3-screenshot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh7ven%2Fi3-screenshot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sh7ven","download_url":"https://codeload.github.com/sh7ven/i3-screenshot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244102853,"owners_count":20398386,"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":["i3-config","i3wm","linux","screenshot-utility","shell"],"created_at":"2025-01-24T07:13:26.152Z","updated_at":"2025-03-17T20:16:42.207Z","avatar_url":"https://github.com/sh7ven.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i3scrot\nsimple command-line utility to take screenshots on i3wm. \ncan upload the screenshot to an image hosting service for easy sharing.\n\n**PS**: it uploads to [0x0.st](https://0x0.st) by default.\n\n## Installation\n```bash\ngit clone https://github.com/sh7ven/i3-screenshot\ncd i3-screenshot\n./install.sh\n```\n\nDependencies:\n- [`maim`](https://github.com/naelstrof/maim)\n- [`xclip`](https://github.com/astrand/xclip)\n- [`curl`](https://github.com/curl/curl) (optional)\n\n## Usage\n```\nUSAGE: ./i3scrot [TYPE] [OPTIONS]\n\nTYPE:\n--window \t-w\t\t-- capture a particular window.\n--full\t\t-f\t\t-- capture the entire screen. (:0)\n--selection\t-s\t\t-- select a rectangle to capture.\n\n\nOPTIONS:\n--upload \t-u\t\t-- upload the image to a hosting service for easy sharing.\n--service\t\t\t-- (TODO) image hosting service\n--verbose\t-v \t\t-- make the curl operations verbose\n```\n\n## Examples\ntake a screenshot of the entire screen and upload it:\n```\n./i3scrot --full --upload\n./i3scrot  -f     -u\n```\n\ntake a screenshot of a selection, and be verbose:\n```\n./i3scrot --selection --verbose\n./i3scrot  -s          -v\n```\n\n## With `i3`\n```i3config\n~/.config/i3/config\n-------------------\n\nbindsym Print       exec --no-startup-id /usr/bin/i3scrot -f\nbindsym Alt+Print   exec --no-startup-id /usr/bin/i3scrot -w\nbindsym Shift+Print exec --no-startup-id /usr/bin/i3scrot -s\n```\n\n## TODOs\n- a GUI + daemon\n- multi monitor\n- curl flags (secret, retention time etc)\n- support for different image hosting services\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh7ven%2Fi3-screenshot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh7ven%2Fi3-screenshot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh7ven%2Fi3-screenshot/lists"}