All Projects → vercel → Hyper

vercel / Hyper

Licence: mit
A terminal built on web technologies

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Hyper

Findergo
🐢 Open terminal quickly from Finder
Stars: ✭ 862 (-97.7%)
Mutual labels:  terminal, hyper
Snowflake
Graphical SFTP client and terminal emulator with helpful utilities
Stars: ✭ 1,676 (-95.53%)
Mutual labels:  terminal, terminal-emulators
Teds Terminal
A modern terminal emulator with high DPI support, mouse wheel scaling, 32-bit colour and tty compatible.
Stars: ✭ 20 (-99.95%)
Mutual labels:  terminal, terminal-emulators
Terminator Themes
🤘 The biggest collection of Terminator themes.
Stars: ✭ 717 (-98.09%)
Mutual labels:  terminal, terminal-emulators
Awesome Terminals
Terminal Emulators
Stars: ✭ 80 (-99.79%)
Mutual labels:  terminal, terminal-emulators
Wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Stars: ✭ 770 (-97.95%)
Mutual labels:  terminal, terminal-emulators
Awesome Hyper
🖥 Delightful Hyper plugins, themes, and resources
Stars: ✭ 9,687 (-74.17%)
Mutual labels:  terminal, hyper
Neoterm
👍 A modern-designed Android terminal emulator for the 21st century.
Stars: ✭ 453 (-98.79%)
Mutual labels:  terminal, terminal-emulators
Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (-97%)
Mutual labels:  terminal, terminal-emulators
Hyper Hide Title
Hide the Hyper window title when there is only one tab
Stars: ✭ 46 (-99.88%)
Mutual labels:  terminal, hyper
Mtm
Perhaps the smallest useful terminal multiplexer in the world.
Stars: ✭ 677 (-98.19%)
Mutual labels:  terminal, terminal-emulators
Nord Hyper
An arctic, north-bluish clean and elegant Hyper theme plugin.
Stars: ✭ 96 (-99.74%)
Mutual labels:  terminal, hyper
Terminator
multiple GNOME terminals in one window
Stars: ✭ 649 (-98.27%)
Mutual labels:  terminal, terminal-emulators
Hyper Fileio
🚀 Ephemeral file sharing direct from Hyper
Stars: ✭ 18 (-99.95%)
Mutual labels:  terminal, hyper
Tilix
A tiling terminal emulator for Linux using GTK+ 3
Stars: ✭ 4,670 (-87.55%)
Mutual labels:  terminal, terminal-emulators
Alacritty
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows.
Stars: ✭ 36,273 (-3.28%)
Mutual labels:  terminal, terminal-emulators
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (-88.05%)
Mutual labels:  terminal, hyper
Terminology
The best terminal emulator based on the Enlightenment Foundation Libraries
Stars: ✭ 440 (-98.83%)
Mutual labels:  terminal, terminal-emulators
Alacritty Debian
Debian packages for alacritty.
Stars: ✭ 34 (-99.91%)
Mutual labels:  terminal, terminal-emulators
Hyper Snazzy
Elegant Hyper theme with bright colors
Stars: ✭ 1,248 (-96.67%)
Mutual labels:  terminal, hyper

Node CI Changelog #213

For more details, head to: https://hyper.is

Project goals

The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily around speed, stability and the development of the correct API for extension authors.

In the future, we anticipate the community will come up with innovative additions to enhance what could be the simplest, most powerful and well-tested interface for productivity.

Usage

Download the latest release!

Linux

Arch and derivatives

Hyper is available in the AUR. Use an AUR package manager e.g. paru

paru -S hyper

NixOS

Hyper is available as Nix package, to install the app run this command:

nix-env -i hyper

macOS

Use Homebrew Cask to download the app by running these commands:

brew update
brew install --cask hyper

Windows

Use chocolatey to install the app by running the following command (package information can be found here):

choco install hyper

Note: The version available on Homebrew Cask, Chocolatey, Snapcraft or the AUR may not be the latest. Please consider downloading it from here if that's the case.

Contribute

Regardless of the platform you are working on, you will need to have Yarn installed. If you have never installed Yarn before, you can find out how at: https://yarnpkg.com/en/docs/install.

  1. Install necessary packages:
  • Windows
    • Be sure to run yarn global add windows-build-tools from an elevated prompt (as an administrator) to install windows-build-tools.
  • macOS
    • Once you have installed Yarn, you can skip this section!
  • Linux (You can see here what your Linux is based on.)
    • RPM-based
      • GraphicsMagick
      • libicns-utils
      • xz (Installed by default on some distributions.)
    • Debian-based
      • graphicsmagick
      • icnsutils
      • xz-utils
  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: yarn
  3. Build the code and watch for changes: yarn run dev
  4. To run hyper
  • yarn run app from another terminal tab/window/pane
  • If you are using Visual Studio Code, select Launch Hyper in debugger configuration to launch a new Hyper instance with debugger attached.
  • If you interrupt yarn run dev, you'll need to relaunch it each time you want to test something. Webpack will watch changes and will rebuild renderer code when needed (and only what have changed). You'll just have to relaunch electron by using yarn run app or VSCode launch task.

To make sure that your code works in the finished application, you can generate the binaries like this:

yarn run dist

After that, you will see the binary in the ./dist folder!

Known issues that can happen during development

Error building node-pty

If after building during development you get an alert dialog related to node-pty issues, make sure its build process is working correctly by running yarn run rebuild-node-pty.

If you are on macOS, this typically is related to Xcode issues (like not having agreed to the Terms of Service by running sudo xcodebuild after a fresh Xcode installation).

Error with c++ on macOS when running yarn

If you are getting compiler errors when running yarn add the environment variable export CXX=clang++

Error with codesign on macOS when running yarn run dist

If you have issues in the codesign step when running yarn run dist on macOS, you can temporarily disable code signing locally by setting export CSC_IDENTITY_AUTO_DISCOVERY=false for the current terminal session.

Related Repositories

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].