No description
Find a file
2024-08-09 18:34:59 +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 Run some lint 2024-08-09 18:34:59 +07:00
.coveragerc Set up code coverage 2022-11-29 11:54:45 +01:00
.flake8 Run some lint 2024-08-09 18:34:59 +07: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.md Run some lint 2024-08-09 18:34:59 +07:00
setup.py Fix package names 2024-02-08 18:03:50 +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 for Mastodon to add Akkoma-specific features, such as custom emoji reacts or quote.

Resources

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.

TUI timeline

compose post in TUI

For now, the TUI is not maintained.

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>.