Skip to content

Wrapper for the HyperCLI (hyper.cmd) for the Windows version of Hyper Terminal written in C++

License

Notifications You must be signed in to change notification settings

Lateralus138/HyperCLIW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper Logo

Hyper CLI Windows/Wrapper

Wrapper for the HyperCLI (hyper.cmd, Windows only), the special plugin cli for Hyper Terminal [hyper.is] written in C++.

Hyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper Logo

Table of Contents

Hyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper Logo

About

Disclaimer

🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨

I'm in no way connected to the Hyper Terminal project but as someone who's main focus in programming is the command line I'm familiar with the application and its usage in Windows and Linux.

All of this project is created and maintained by me with the exception of the Hyper logo icon.

Description

This is a command line wrapper for the command line script plugin tool hyper.cmd which in itself is a Windows (only) wrapper for its corresponding cli.js file which is called like this:

...
call "%~dp0..\..\Hyper.exe" "%~dp0..\..\resources\bin\cli.js" %*
...

In Windows we sometimes have problems with it being in %PATH% and while I can always add the path to my environment I decided to write this tool that can be ran from anywhere, especially if it's in a place already in %PATH% (that way I don't have to add a new path).

You can find the Hyper Terminal here: https://hyper.is

Hyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper Logo

Usage

Installation

No installation necessary, this is a single binary with no external dependencies.

Place this in any directory that is in your %PATH% to run relatively (HyperCLIW <...>) otherwise you you have to know the full path; e.g.:

C:\your\full\path\HyperCLIW.exe i hyperterm-visor 

Command Line

This program runs just like the script would so you would just pass the normal arguments as such in Powershell:

  & 'HyperCLIW.exe' i verminal

in CMD:

  HyperCLIW.exe u hyper-pane
  rem HyperCLIW u hyper-pane

etc...

Hyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper Logo

Project

Files

All current compiled files and the source of this project can be found at this repository in the Releases section under Stable Release and can be found in 32 (X86) and 64 (X64) bit format. This is the recommended method of download.

CR

If something goes wrong you can also find them in the Build directory at the root of this project: [Builds Directory].

Project Information

MD5 Information

This information is generated in a GitHub Action immedietly after the successful build of this project.

Current X86 MD5

X86 MD5

Current X64 MD5

X64 MD5

Miscellaneous Information

Overall Status

Readme Card

Description Status
Project Release Date GitHub Release Date
Total downloads for this project GitHub all releases
Complete repository size This Repo Size
Commits in last month GitHub commit activity
Commits in last year GitHub commit activity
Latest Version Status
Description Status Number of Downloads
Latest Release version Release Version GitHub release (latest by date)
Latest Tag version, possible Pre-Release's Tag Version GitHub release (latest by date)

Hyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper Logo

Media

Logo Icon

Not my work.

HyperLogo

Hyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper LogoHyper Logo

License Info

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Wrapper for the HyperCLI (hyper.cmd) for the Windows version of Hyper Terminal written in C++

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages