TODO: set build status of CircleCI
envPathSplitter
is a CLI tool to list up env paths with split style.
Make sure your Go environment is properly setup. If not setup yet, see the install instruction.
To install envPathSplitter
, run the following command.
$ go get github.com/cathcheeno/envPathSplitter
This command will list up all envs related to path.
$ envPathSplitter
You can specify the env name like this.
$ envPathSplitter --path PATH
Also you can specify the path splitter.
$ envPathSplitter --splitter :
For more detail, refer to the help.
$ envPathSplitter --help
envPathSplitter
is tested with only an UNIX-Based system. So envPathSplitter
doesn't work with other systems.
This software is released under the MIT License, see LICENSE.