npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hyper-manager

v1.0.6

Published

The ultimate and most complete extension to manage all your connections in one place for Hyper.js

Downloads

53

Readme

Stars Latest Stable Version NPM Downloads NPM Downloads

Screncast 001

Features

  • Create groups with names and legends
  • Duplicate group from another
  • Modify group's names and legends
  • Delete groups alone or by batch
  • Create connections (cli/ssh/ftp/telnet) with a wide range of parameters
  • Duplicate connection from another
  • Modify all connection's parameters
  • Delete connections alone or by batch
  • Specify by connection how (new tab, split term etc..) launch connections
  • Manage a lot of connections in one place easily
  • Builtin Internalization in configuration
  • Load/Save your connections and groups from/to your personal JSON file

Installation

Using Hyper's CLI

Run this command in your terminal:

hyper install hyper-manager

Manually

To install, edit ~/.hyper.js and add "hyper-manager" to plugins:

plugins: [
  "hyper-manager",
  // other plugins...
],

Configuration

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 :

Screncast 002

Locations

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

Default configuration

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"
    }
  ]
}

Internalization

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

Contributing

There's a bunch of ways you can contribute to this project, like by:

  • :electric_plug: Creating new features
  • :wave: Requesting a feature
  • :beetle: Reporting a bug
  • :page_facing_up: Improving this documentation
  • :rotating_light: Sharing this project and recommending it to your friends
  • :dollar: Supporting this project by donations
  • :star2: Dropping a star on this repository

Donations

:heart: Donations are always welcome :heart:.

Coins | Symbols | Addresses --- | --- | --- | BTC | 3B52fbzNFQTaKZxWf5GrCUsASD2UP8na4A | ETH | 0x1C389f1f85Cdb3C2996b83fAc87E496A80698B7C