Compare commits
6 Commits
v0.1.0
...
51b4029a79
Author | SHA1 | Date | |
---|---|---|---|
51b4029a79 | |||
a1f804ac38 | |||
eb32ec1027 | |||
2625239dba | |||
44de668546 | |||
20cb665b33 |
10
README.md
10
README.md
@@ -17,6 +17,15 @@ ccat is a file printing tool (like 'cat') which uses Regular Expressions to enab
|
|||||||
---
|
---
|
||||||
|
|
||||||
### Installing
|
### Installing
|
||||||
|
|
||||||
|
Download the appropriate zip-file from the 'Releases' section. Place the executable in your PATH.
|
||||||
|
|
||||||
|
NOTE: The releases are not available on the GitHub repo (which is a mirror of https://gitea.twomorecents.org/Rockingcool/ccat). Obtain the [releases](https://gitea.twomorecents.org/Rockingcool/ccat/releases) from there instead.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Building from source
|
||||||
|
|
||||||
If you have the `go` command installed, run `make` after cloning the repository.
|
If you have the `go` command installed, run `make` after cloning the repository.
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -27,7 +36,6 @@ The following languages have config files included by default:
|
|||||||
|
|
||||||
- C
|
- C
|
||||||
- Go
|
- Go
|
||||||
-
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"ccat/stack"
|
|
||||||
"embed"
|
"embed"
|
||||||
"errors"
|
"errors"
|
||||||
|
"gitea.twomorecents.org/Rockingcool/ccat/stack"
|
||||||
"io/fs"
|
"io/fs"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
Reference in New Issue
Block a user