No description
Find a file
2024-01-03 10:33:33 +07:00
.github/workflows Add a config file for vermin 2023-11-18 22:20:06 +01:00
docs Add release date 2023-11-23 11:34:14 +01:00
scripts Rename toot -> witchie (tests) 2023-12-14 16:00:43 +07:00
tests Rename toot -> witchie (tests) 2023-12-14 16:00:43 +07:00
witchie Add bubble timeline 2024-01-03 10:33:33 +07:00
.coveragerc Set up code coverage 2022-11-29 11:54:45 +01:00
.flake8 Make account optional in following and followers 2023-11-22 08:22:21 +01:00
.gitignore Ignore venv 2023-06-22 12:15:05 +02:00
.vermin Add a config file for vermin 2023-11-18 22:20:06 +01:00
book.css Add new mdbook docs 2023-03-03 13:55:20 +01:00
book.toml Add new mdbook docs 2023-03-03 13:55:20 +01:00
CHANGELOG.md Add release date 2023-11-23 11:34:14 +01:00
changelog.yaml Add release date 2023-11-23 11:34:14 +01:00
CONTRIBUTING.md Clarify misleading venv docs 2023-09-23 17:58:07 +02:00
LICENSE Change license to GPLv3 2017-05-08 09:17:32 +02:00
Makefile Rename toot to witchie 2023-12-12 10:24:36 +07:00
MANIFEST.in Include tests in sdist 2019-09-18 08:05:07 +02:00
README.rst Add shell.nix for development 2023-12-18 09:56:43 +07:00
setup.py Rename toot -> witchie (tests) 2023-12-14 16:00:43 +07:00
shell.nix Add shell.nix for development 2023-12-18 09:56:43 +07:00

============================
Witchie - an Akkoma CLI client
============================

Witchie is a CLI and TUI tool for interacting with Akkoma instances from the
command line.  It is a fork of [ibuhanek's toot](https://github.com/ihabunek/toot)
for Mastodon to add Akkoma-specific features, such as custom emoji reacts or quote.

Resources
---------

* Homepage: https://sr.ht/~huyngo/witchie
* Mailing list for discussion: https://lists.sr.ht/~huyngo/witchie
* Bugs/feature requests: https://todo.sr.ht/~huyngo/witchie

Features
--------

* Posting, replying, deleting statuses
* Support for media uploads, spoiler text, sensitive content
* Search by account or hash tag
* Following, muting and blocking accounts
* Simple switching between authenticated accounts

Terminal User Interface
-----------------------

witchie includes a terminal user interface (TUI). Run it with ``witchie tui``.

.. image :: https://raw.githubusercontent.com/ihabunek/toot/master/docs/images/tui_list.png

.. image :: https://raw.githubusercontent.com/ihabunek/toot/master/docs/images/tui_compose.png


License
-------

Copyright 2017-2023 Ivan Habunek <ivan@habunek.com> and contributors.
Copyright 2023 Ngô Ngọc Đức Huy <huyngo@disroot.org>

Licensed under `GPLv3 <http://www.gnu.org/licenses/gpl-3.0.html>`_, see `LICENSE <LICENSE>`_.