From 79cd6dab8d992fedb23bf0d41f895155918f57e9 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Wed, 14 Aug 2024 12:16:41 -0500 Subject: [PATCH] Cosmetic changes --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d844fe..06be262 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,13 @@ ccat is a file printing tool (like 'cat') which uses Regular Expressions to enab ### Installing If you have the `go` command installed, run `make` after cloning the repository. +--- + ### Getting Started The config files are embedded within the binary. They will automatically be installed to the correct location (`%APPDATA/ccat` on Windows, `~/.config/ccat` on UNIX) when the program is first run. -TODO: + +--- + +### TODO: - Allow user to define colors at runtime by reading RGB values from a config file. - Provide releases.