File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ <p align =" center " >
2
+ <a alt="GoReport" href="https://goreportcard.com/report/github.com/otaviof/path-helper">
3
+ <img alt="GoReport" src="https://goreportcard.com/badge/github.com/otaviof/path-helper">
4
+ </a>
5
+ <a alt="Code Coverage" href="https://codecov.io/gh/otaviof/path-helper">
6
+ <img alt="Code Coverage" src="https://codecov.io/gh/otaviof/path-helper/branch/master/graph/badge.svg">
7
+ </a>
8
+ <a href="https://godoc.org/github.com/otaviof/path-helper">
9
+ <img alt="GoDoc Reference" src="https://godoc.org/github.com/otaviof/path-helper?status.svg">
10
+ </a>
11
+ <a alt="CI Status" href="https://travis-ci.com/otaviof/path-helper">
12
+ <img alt="CI Status" src="https://travis-ci.com/otaviof/path-helper.svg?branch=master">
13
+ </a>
14
+ </p >
15
+
16
+ # ` path-helper `
17
+
18
+ Command-line application to generate ` $PATH ` based in a ` paths.d ` (` /etc/paths.d ` ) directory.
19
+
20
+ ## Install
21
+
22
+ ``` bash
23
+ go get -u github.com/otaviof/path-helper
24
+ ```
25
+
26
+ ``` bash
27
+ make instal
28
+ ```
29
+
30
+ # Usage Examples
31
+
32
+ ``` bash
33
+ path-helper --help
34
+ ```
35
+
36
+ Skipping duplicated entries, if any:
37
+
38
+ ``` bash
39
+ path-helper -s
40
+ ```
41
+
42
+ Skipping non-existing directory:
43
+
44
+ ``` bash
45
+ path-helper -d
46
+ ```
You can’t perform that action at this time.
0 commit comments