3 Commits

4 changed files with 2 additions and 4 deletions

View File

@@ -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.

View File

@@ -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
View File

@@ -1,4 +1,4 @@
module ccat module gitea.twomorecents.org/Rockingcool/ccat
go 1.22.5 go 1.22.5

View File

@@ -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.