{"id":20622659,"url":"https://github.com/myterminal/eagle-eye","last_synced_at":"2026-05-29T12:02:30.341Z","repository":{"id":76221070,"uuid":"101133172","full_name":"myTerminal/eagle-eye","owner":"myTerminal","description":"A utility to zoom-in and zoom-out while editing text","archived":false,"fork":false,"pushed_at":"2021-07-14T04:51:29.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-08T04:05:36.278Z","etag":null,"topics":["emacs","text-editing"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myTerminal.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":"2017-08-23T03:23:26.000Z","updated_at":"2023-03-08T11:19:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"49c80c52-f910-47ac-9eef-0132a0a2bd2a","html_url":"https://github.com/myTerminal/eagle-eye","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myTerminal/eagle-eye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Feagle-eye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Feagle-eye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Feagle-eye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Feagle-eye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myTerminal","download_url":"https://codeload.github.com/myTerminal/eagle-eye/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Feagle-eye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33650712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["emacs","text-editing"],"created_at":"2024-11-16T12:24:10.587Z","updated_at":"2026-05-29T12:02:30.322Z","avatar_url":"https://github.com/myTerminal.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eagle-eye\n\n[![Marmalade](https://img.shields.io/badge/marmalade-available-8A2A8B.svg)](https://marmalade-repo.org/packages/eagle-eye)  \n[![License](https://img.shields.io/badge/LICENSE-GPL%20v3.0-blue.svg)](https://www.gnu.org/licenses/gpl.html)\n\nA utility to zoom-in and zoom-out while editing text\n\n![Demo](images/demo.gif)\n\n## Installation\n\n### Manual\n\nSave the file *eagle-eye.el* to disk and add the directory containing it to `load-path` using a command in your *.emacs* file like:\n\n    (add-to-list 'load-path \"~/.emacs.d/\")\n\nThe above line assumes that you've placed the file into the Emacs directory '.emacs.d'.\n\nStart the package with:\n\n    (require 'eagle-eye)\n\n### Marmalade\n\nIf you have Marmalade added as a repository to your Emacs, you can just install *eagle-eye* with\n\n    M-x package-install eagle-eye RET\n\n## Usage\n\nEnable *eagle-eye-mode* in any buffer to scale down the text in that buffer by set scale. Disabling the minor-mode will bring the text size back to normal.\n\n    (eagle-eye-mode)\n\nYou can also set key-bindings to functions `eagle-eye-zoom-in' and\n`eagle-eye-zoom-out', so that you can change text size across Emacs at once.\n\n    (global-set-key (kbd \"C-\u003e\") 'eagle-eye-zoom-in)\n\n    (global-set-key (kbd \"C-\u003c\") 'eagle-eye-zoom-out)\n\nThe *eagle-eye* text scaling can be set as\n\n    (eagle-eye-set-text-scaling 5)\n\nAlso, you can set the step by which zooming in and zooming out happens by\n\n    (eagle-eye-set-zoom-step 10)\n\nBy default, the *eagle-eye* text scaling is 5 and zoom step is 10.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Feagle-eye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyterminal%2Feagle-eye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Feagle-eye/lists"}