astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit dc4921a96af56ed7edff95fd1fc8fc91ca6b7aa5
parent 78b098ba44f22315b4e6feefc3ba44aa354846d7
Author: René Wagner <10488791+guzzisti@users.noreply.github.com>
Date:   Fri, 10 Dec 2021 19:17:50 +0100

add configuration to README.md

explain the way to setup an astro.conf
Diffstat:
MREADME.md | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -42,6 +42,25 @@ no arguments takes you to *gemini.circumlunar.space*: More coming. +### Configuration + +You can setup a config file at `~/.config/astro/astro.conf` to configure *astro* the way you like. + +The file uses a simple `key=value` style, see the complete example for the default values below. The `style-` keys must be ANSI style codes. + +``` +margin=8 +homepage=gmn.clttr.info +style-header1=35;4;1 +style-header2=35;1 +style-header3=35;4 +style-quote=2;3 +style-link-bullet=33 +style-link-text=36;3 +style-list-bullet=35;1 +style-list-text=0 +``` + ## Meta This software is a work in progress and may not work as it is intended to.