A GoToSocial client for the terminal.
Find a file
Dan Anglin 23ec6048b5
docs: updated documentation
- Converted documentation from Asciidoc to Markdown
- Updated the installation instructions and moved to a separate
  file in the docs directory.
- Updated the login instructions and moved to the Getting Started guide
  in the docs directory.
- Updated the licensing information in the main README.
- Created a page for changelog.
- Create a page for the user manual.
2024-07-01 13:49:11 +01:00
.reuse chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
__build feat: allow users to specify the config directory 2024-05-22 23:30:09 +01:00
assets/images docs: updated documentation 2024-07-01 13:49:11 +01:00
cmd/enbas feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
docs docs: updated documentation 2024-07-01 13:49:11 +01:00
internal docs: updated documentation 2024-07-01 13:49:11 +01:00
LICENSES chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
magefiles chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
.gitattributes chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
.gitignore chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
.golangci.yaml feat: add configuration support to enbas 2024-06-25 12:39:39 +01:00
go.mod chore: bump golang.org/x/net from 0.21.0 to 0.26.0 2024-06-10 10:17:02 +01:00
go.sum chore: bump golang.org/x/net from 0.21.0 to 0.26.0 2024-06-10 10:17:02 +01:00
go.sum.license chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
README.md docs: updated documentation 2024-07-01 13:49:11 +01:00

Enbas

Overview

Enbas is a GoToSocial client for your terminal written in Go.

The project is in its early stages of development so expect bugs, breaking changes and limited functionality. At this time it is not recommended for use this with your production GoToSocial instances.

Repository mirrors

Enbas is actively developed in Code Flow with the main branch mirrored to Codeberg and GitHub.

Documentation

Licensing

Each file is annotated with the licensing information, but in general:

  • All original source code is licensed under GPL-3.0-or-later.
  • All documentation is licensed under CC-BY-4.0.

Inspirations

This project was inspired by the following projects:

  • madonctl: A Mastodon CLI client written in Go.
  • tut: A Mastodon TUI written in Go.
  • toot: A Mastodon CLI and TUI written in Python.