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:
|
### TODO:
|
||||||
- Windows support.
|
- Windows support.
|
||||||
- Allow users to provide a config file in the command-line, overriding the extension-based config file.
|
- 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
|
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"
|
||||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module ccat
|
module gitea.twomorecents.org/Rockingcool/ccat
|
||||||
|
|
||||||
go 1.22.5
|
go 1.22.5
|
||||||
|
|
||||||
|
1
todo.txt
1
todo.txt
@@ -1,5 +1,4 @@
|
|||||||
1. Man page
|
1. Man page
|
||||||
2. README for GitHub Repo
|
|
||||||
2. Logging
|
2. Logging
|
||||||
3. Coloring functions
|
3. Coloring functions
|
||||||
4. Flag to list all available colors for your terminal - some terminals will only support the predefined colors.
|
4. Flag to list all available colors for your terminal - some terminals will only support the predefined colors.
|
||||||
|
Reference in New Issue
Block a user