5.0.0 • Published 9 months ago

runny v5.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 months ago

Runny

Run one command in a couple directories.

Install

npm i runny -g

How to use?

$ runny
Usage: runny [options]
Options:
  -h, --help          display this help and exit
  -v, --version       display version and exit
  -c, --command       command to run
  -d, --directories   directories, divided by ","
  --save              save config to file ~/.runny.json
  --save-here         save config to file ./runny.json

Config

You could create file .runny.json in home directory, or runny.json in current directory with fields:

{
    "command": "pwd",
    "directories": [
        "~/one",
        "~/two",
        "~/three"
    ]
}

Data will be read before execution in next order (left is more important):

command line -> ./runny.json -> ~/.runny.json

License

MIT

5.0.0

9 months ago

4.0.1

4 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

8 years ago

1.3.6

8 years ago

1.3.5

8 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago