Compare commits
3 Commits
eb32ec1027
...
v0.1.1
Author | SHA1 | Date | |
---|---|---|---|
6b4d131f4f | |||
51b4029a79 | |||
a1f804ac38 |
@@ -71,4 +71,3 @@ Note that the color name must be capitalized (and shouldn't contain spaces). The
|
||||
### TODO:
|
||||
- Windows support.
|
||||
- Allow users to provide a config file in the command-line, overriding the extension-based config file.
|
||||
- Provide releases.
|
||||
|
@@ -1,9 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"ccat/stack"
|
||||
"embed"
|
||||
"errors"
|
||||
"gitea.twomorecents.org/Rockingcool/ccat/stack"
|
||||
"io/fs"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module ccat
|
||||
module gitea.twomorecents.org/Rockingcool/ccat
|
||||
|
||||
go 1.22.5
|
||||
|
||||
|
Reference in New Issue
Block a user