![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
hyper-manager
Advanced tools
The ultimate and most complete extension to manage all your connections in one place for Hyper.js
The ultimate and most complete extension to manage all your connections in one place for Hyper.js.
Run this command in your terminal:
hyper install hyper-manager
To install, edit ~/.hyper.js
and add "hyper-manager"
to plugins
:
plugins: [
"hyper-manager",
// other plugins...
],
Here is a demo of what you can do with HyperManager
to add groups and connections which will be accessible from the Hyper.js
menu :
HyperManager
saves its configuration in a hidden file .hyper-manager.json
in JSON
format.
Here is where this file is found depending on your operating system:
OS | Paths |
---|---|
Windows | X:\Users\{Username}\.hyper-manager.json |
Linux | /home/{Username}/.hyper-manager.json |
macOS | /Users/{Username}/.hyper-manager.json |
HyperManager
saves its own configuration apart from that of Hyper.js. If HyperManager
does not find a valid configuration file, then it loads an empty configuration:
{
"version": "1.0.0",
"labels": {
"openAll": "Open all",
"parameters": "Parameters...",
"add": "Add",
"duplicate": "Duplicate",
"modify": "Modify",
"delete": "Delete",
"ok": "Ok",
"cancel": "Cancel",
"save": "Save",
"restartTitle": "Restart Hyper.js",
"restartText": "You must restart Hyper.js to apply changes.",
"id": "ID",
"name": "Name",
"legend": "Legend",
"user": "User",
"group": "Group",
"accelerator": "Accelerator",
"host": "Host",
"type": "Type",
"port": "Port",
"sshKey": "SSH Key",
"custom": "Custom",
"customArguments": "Custom arguments",
"launch": "Launch",
"launchActiveTerm": "Active Term",
"launchNewTab": "New Tab",
"launchSplitHorizontally": "Split Horizontally",
"launchSplitVertically": "Split Vertically",
"groupLegend": "You have #count# group(s).",
"connectionLegend": "You have #count# connection(s).",
"newGroup": "New group",
"modifyGroup": "Modify group",
"newConnection": "New connection",
"modifyConnection": "Modify connection",
"confirmation": "Confirmation",
"deleteGroupConfirm": "Are you sure you want to delete this group (#name#)?",
"deleteGroupsConfirm": "Are you sure you want to delete #count# groups?",
"deleteConnectionConfirm": "Are you sure you want to delete this connection (#name#)?",
"deleteConnectionsConfirm": "Are you sure you want to delete #count# connections?"
},
"groups": [ { "name": "Example", "id": "4152bc45" } ],
"servers": [
{
"groupId": "4152bc45",
"name": "htop",
"launch": "active-term",
"type": "cli",
"id": "b96b6193"
}
]
}
In the configurations folder of this repository, you will find translated configuration files for the following locales:
Locales | Files |
---|---|
:us: US | en-US.json |
:fr: French | fr-FR.json |
:es: Spanish | es-ES.json |
There's a bunch of ways you can contribute to this project, like by:
:heart: Donations are always welcome :heart:.
Coins | Symbols | Addresses |
---|---|---|
BTC | 3B52fbzNFQTaKZxWf5GrCUsASD2UP8na4A | |
ETH | 0x1C389f1f85Cdb3C2996b83fAc87E496A80698B7C |
FAQs
The ultimate and most complete extension to manage all your connections in one place for Hyper.js
The npm package hyper-manager receives a total of 10 weekly downloads. As such, hyper-manager popularity was classified as not popular.
We found that hyper-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.