sys-hub
v1.0.18
Published
a starting point or base for some activity
Downloads
5
Readme
sys-hub
$ 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@\""
},