2024-02-08 04:20:45 +00:00
|
|
|
# Witchie - an Akkoma CLI client
|
2017-04-12 15:23:50 +00:00
|
|
|
|
2023-12-18 02:56:43 +00:00
|
|
|
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.
|
2017-04-12 14:42:04 +00:00
|
|
|
|
2024-02-08 04:20:45 +00:00
|
|
|
## Resources
|
2018-06-12 10:14:18 +00:00
|
|
|
|
2023-12-12 03:24:20 +00:00
|
|
|
* 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
|
2018-06-12 10:14:18 +00:00
|
|
|
|
2024-02-08 04:20:45 +00:00
|
|
|
## Features
|
2018-06-12 10:14:18 +00:00
|
|
|
|
2018-06-27 14:23:03 +00:00
|
|
|
* Posting, replying, deleting statuses
|
|
|
|
* Support for media uploads, spoiler text, sensitive content
|
|
|
|
* Search by account or hash tag
|
|
|
|
* Following, muting and blocking accounts
|
2023-12-12 03:24:20 +00:00
|
|
|
* Simple switching between authenticated accounts
|
2018-06-12 10:14:18 +00:00
|
|
|
|
2024-02-08 04:20:45 +00:00
|
|
|
## Terminal User Interface
|
2018-06-12 10:14:18 +00:00
|
|
|
|
2024-02-08 04:20:45 +00:00
|
|
|
witchie includes a terminal user interface (TUI). Run it with `witchie tui`.
|
2019-08-29 11:44:06 +00:00
|
|
|
|
2024-02-08 04:20:45 +00:00
|
|
|
![TUI timeline](https://raw.githubusercontent.com/ihabunek/toot/master/docs/images/tui_list.png)
|
2019-08-29 11:44:06 +00:00
|
|
|
|
2024-02-08 04:20:45 +00:00
|
|
|
![compose post in TUI](https://raw.githubusercontent.com/ihabunek/toot/master/docs/images/tui_compose.png)
|
2018-06-12 10:14:18 +00:00
|
|
|
|
2024-08-09 11:34:43 +00:00
|
|
|
For now, the TUI is not maintained.
|
2017-05-08 07:17:32 +00:00
|
|
|
|
2024-02-08 04:20:45 +00:00
|
|
|
## License
|
2017-05-08 07:17:32 +00:00
|
|
|
|
2023-12-12 03:24:20 +00:00
|
|
|
Copyright 2017-2023 Ivan Habunek <ivan@habunek.com> and contributors.
|
|
|
|
Copyright 2023 Ngô Ngọc Đức Huy <huyngo@disroot.org>
|
2017-05-08 07:17:32 +00:00
|
|
|
|
2018-06-27 14:23:03 +00:00
|
|
|
Licensed under `GPLv3 <http://www.gnu.org/licenses/gpl-3.0.html>`_, see `LICENSE <LICENSE>`_.
|