Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyper-orama

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-orama

A screen recorder for the hyper terminal. It publishes all captured sessions to now.sh

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Hyper-Orama

All Contributors

A screen recorder for the hyper terminal. It publishes all captured sessions to now.sh

EXAMPLE-OUT

Usage

hyper i hyper-orama

or, in .hyper.js:

// ...
plugins: [ /* ... */, 'hyper-orama' ]
// ...

Use Ctrl+Alt+R to start/stop recording.

Setup

Clone the repository into ~/.hyper-plugins/local/:

cd ~/.hyper-plugins/local/ # move into local plugin directory
git clone git@github.com:cwlowder/hyper-orama.git # clone repo
yarn # install dependencies

Your ~/.hyper.js file should look like this:

  // ...
  localPlugins: ['hyper-orama'],
  // ...
  yarn -g now # Install now
  now login # create and login into your now account

Recording Videos

To start/stop recording:

  • Ctrl+Alt+R (Windows/Linux)
  • Control+Option+R (Mac).

After recording, the video will be processed and uploaded. The link will be copied to your clipboard, and a notification will appear in the lower right of the terminal.

The pulsing red light indicates recording in progress, and the white dot indicates upload in progress.

EXAMPLE-IN

Contributors

Thanks goes to these wonderful people (emoji key):

Logan Pulley
Logan Pulley

📖 🤔 👀
Juan Campa
Juan Campa

📋 🤔 🚇 👀 ⚠️
Rio Martinez
Rio Martinez

💻 🎨 🐛 ⚠️
Kevin Mui
Kevin Mui

💻 👀 ⚠️
Curtis Lowder
Curtis Lowder

📖 🤔 🐛 💻
Josh Martin
Josh Martin

💻 💬 🐛 📖 🚧
Tejas Kumar
Tejas Kumar

📋 🤔 🚇 👀 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

Keywords

FAQs

Package last updated on 25 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc