{"id":13447336,"url":"https://github.com/neil-orans/hyper-savetext","last_synced_at":"2025-03-21T17:31:14.844Z","repository":{"id":79166983,"uuid":"128109187","full_name":"neil-orans/hyper-savetext","owner":"neil-orans","description":"A Hyper™ plugin to export text to a file","archived":true,"fork":false,"pushed_at":"2021-10-30T01:26:46.000Z","size":863,"stargazers_count":8,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T09:17:30.898Z","etag":null,"topics":["hyper","hyper-plugin","hyperterm","plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/neil-orans.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":"2018-04-04T19:12:09.000Z","updated_at":"2023-06-03T15:12:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"a159b8e6-3fdf-4bcc-851c-96caf6b2c7f2","html_url":"https://github.com/neil-orans/hyper-savetext","commit_stats":{"total_commits":61,"total_committers":3,"mean_commits":"20.333333333333332","dds":0.08196721311475408,"last_synced_commit":"169653e8238443ca0fa2da5d581a9d40ba09c280"},"previous_names":["neil-orans/hyperterm-savetext"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neil-orans%2Fhyper-savetext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neil-orans%2Fhyper-savetext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neil-orans%2Fhyper-savetext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neil-orans%2Fhyper-savetext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neil-orans","download_url":"https://codeload.github.com/neil-orans/hyper-savetext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244767800,"owners_count":20507110,"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":["hyper","hyper-plugin","hyperterm","plugin"],"created_at":"2024-07-31T05:01:14.731Z","updated_at":"2025-03-21T17:31:14.829Z","avatar_url":"https://github.com/neil-orans.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# hyper-savetext\n\n⛔️ This tool is now deprecated, with no plans for future-maintenance. ⛔️ \n\n[![Build Status](https://travis-ci.org/neil-orans/hyper-savetext.svg?branch=master)](https://travis-ci.org/neil-orans/hyper-savetext) [![npm version](https://badge.fury.io/js/hyper-savetext.svg)](https://badge.fury.io/js/hyper-savetext)\n\n**hyper-savetext is a text export plugin for [Hyper](https://hyper.is/)**. It enables you to save/export text within the terminal to a text file. The feel and functionality of the plugin has been modeled after the same feature within macOS's Terminal.app. Currently, Hyper has been tested on macOS, Linux, and Windows with the stable version of Hyper 1.4.8, 2.1.1, and 3.0.2.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./screenshots/screenshot1.jpg\" width=\"400px\" /\u003e\n\u003cimg src=\"./screenshots/screenshot2.png\" width=\"700px\" /\u003e\n\u003c/p\u003e\n\n## Install\n\n#### Using Hyper's CLI\n\n```\nhyper install hyper-savetext\n```\n\n#### Manually\n\nTo install, edit `~/.hyper.js` and add `\"hyper-savetext\"` to `plugins`:\n\n```\nplugins: [\n  \"hyper-savetext\",\n  // other plugins...\n],\n```\n\n## Using the plugin\n\nYou have the option to save all the text in the terminal or just the selection. The save button is under Hyper's 'Shell' menu on macOS, and the 'File' menu on Window and Linux. Saving can also be done through the keybindings Cmd-S (Ctrl for Windows/Linux) or Cmd-Shift-S, which corresponds to saving all the terminal text or just the current selection, respectively.\n\n## Contributing\n\nFeel free to contribute to hyper-savetext by [requesting a feature](https://github.com/neil-orans/hyper-savetext/issues/new), [submitting a bug](https://github.com/neil-orans/hyper-savetext/issues/new) or contributing code.\n\nTo set up the project for development:\n\n1.  Clone the repo to `~/.hyper_plugins/local/hyper-savetext`\n2.  Add this to your `.hyper.js`:\n\n```js\n  localPlugins: [\n    // local plugins...\n    'hyper-savetext'\n  ],\n```\n\n3.  Reload terminal window\n\n## Authors\n\n* Neil Orans [@neil-orans](https://github.com/neil-orans)\n* Nick Morrison [@NicholasMorrison](https://github.com/nicholasmorrison)\n\n## Credit\n\nOriginally suggested by [@mhamdan95](https://github.com/mhamdan95) as a [plugin request](https://github.com/zeit/hyper/issues/2693) on Hyper's issue tracker.\n\n## Theme\n\n* [hyper-chesterish](https://github.com/henrikdahl/hyper-chesterish)\n\n## License\n\n[MIT](LICENSE.md)\n\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneil-orans%2Fhyper-savetext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneil-orans%2Fhyper-savetext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneil-orans%2Fhyper-savetext/lists"}