You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Go rewrite of [moreutils](http://kitenet.net/~joey/code/moreutils/): A collection of the Unix tools that nobody thought to write long ago when Unix was young.
7
7
@@ -114,7 +114,7 @@ jobs:
114
114
runs-on: ubuntu-latest
115
115
steps:
116
116
- uses: actions/checkout@v2
117
-
- uses: gabe565/moreutils@v0
117
+
- uses: gabe565/moreutils-go@v0
118
118
- run: echo hello world | ts
119
119
```
120
120
@@ -150,7 +150,7 @@ CMD echo hello world | ts
150
150
<details>
151
151
<summary>Click to expand</summary>
152
152
153
-
1. Download and run the [latest release binary](https://github.com/gabe565/moreutils/releases/latest) for your system and architecture.
153
+
1. Download and run the [latest release binary](https://github.com/gabe565/moreutils-go/releases/latest) for your system and architecture.
154
154
2. Extract the binary and place it in the desired directory.
155
155
3. Run `moreutils install -sr DIRECTORY` to generate symlinks for each command.
0 commit comments