hyper
1.1、hyper简介
是什么 ?:a beautiful terminal built with modern web technologies which runs on top of Github's Electron.
开发语言:HTMLCSSJavaScriptNode.js
官方主页:https://hyper.is
源码仓库:https://github.com/zeit/hyper
1.2、通过包管理器安装hyper
操作系统包管理器安装命令
WindowsChocolateychoco install -y hyper
macOSHomeBrewbrew install hyper

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm hyper
1.3、通过下载预编译好的二进制文件进行安装

step1、使用curl命令下载预编译好的hyper二进制文件

curl -L https://releases.hyper.is/download/AppImage -o hyper.AppImage

step2、修改hyper.AppImage使其具有执行权限

chmod a+x hyper.AppImage

step3、执行hyper.AppImage

./hyper.AppImage
1.4、hyper的使用