1.0.18 • Published 9 years ago

sys-hub v1.0.18

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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@\""
    },
1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

10 years ago

1.0.15

10 years ago

1.0.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.0.9

10 years ago