From dc26d0b352c863a0937c5552642ee18804d55fb5 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sun, 25 Feb 2024 13:16:47 +0000 Subject: [PATCH] convert README.md to README.asciidoc --- README.asciidoc | 34 ++++++++++++++++++++++++++++++++++ README.md | 5 ----- 2 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 README.asciidoc delete mode 100644 README.md diff --git a/README.asciidoc b/README.asciidoc new file mode 100644 index 0000000..057658c --- /dev/null +++ b/README.asciidoc @@ -0,0 +1,34 @@ += Enbas +:toc: left +:toclevels: 3 +:toc-title: Table of Contents + +== Overview + +Enbas is a https://docs.gotosocial.org/en/latest/[GoToSocial] client for the terminal. + +=== Repository mirrors + +- **Code Flow:** https://codeflow.dananglin.me.uk/apollo/enbas +- **Codeberg:** https://codeberg.org/dananglin/enbas +- **GitHub:** TBC + +== Installation + +=== Download + +=== Build from source + +==== With mage + +==== With go build + +== Configuration + +== Usage + +== Inspirations + +- **madonctl:** https://github.com/McKael/madonctl[A Mastodon CLI client written in Go.] +- **toot:** https://pypi.org/project/toot/[A Mastodon CLI and TUI written in Python.] +- **tut:** https://github.com/RasmusLindroth/tut[A Mastodon TUI written in Go.] diff --git a/README.md b/README.md deleted file mode 100644 index 9507387..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Enbas - -## Overview - -Enbas is a [GoToSocial](https://docs.gotosocial.org/en/latest/) client for the terminal.