sys-hub

a starting point or base for some activity

Usage no npm install needed!

<script type="module">
  import sysHub from 'https://cdn.skypack.dev/sys-hub';
</script>

README

sys-hub

NPM Version Build Status Codacy Badge Dependency Status devDependency Status NPM Downloads Massachusetts Institute of Technology (MIT) Donate

$ npm i -g sys-hub;

a command line app to share commands with co-workers across the network.

Local configuration example

argumentDatasource

For JSON selector syntax see http://jsonselect.org/. The filename attribute supports XML and JSON datasources.

Global configuration example

Supported commands

  • "open" (path or url to document)
  • "open-latest-file" (path to file folder)
  • "tail-latest-file" (path to file folder)
  • "type-latest-file" (path to file folder)
  • "shell" (custom shell command)

Supported types

  • "folder" (adds a bundle of commands for given folder)
  • "file" (adds a bundle of commands for given file)

local config

This defines a default program to open a folder or file in a custom filemanager

    "shell": {
        "openFolderCommand": "c:\\totalcmd\\TOTALCMD.EXE /O /T /R=\"@dir@\""
    },