Convert to markdown for sourcehut
This commit is contained in:
parent
7b55fe7b4c
commit
e16999e830
1 changed files with 8 additions and 14 deletions
|
@ -1,20 +1,16 @@
|
|||
============================
|
||||
Witchie - an Akkoma CLI client
|
||||
============================
|
||||
# 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
|
||||
---------
|
||||
## 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
|
||||
--------
|
||||
## Features
|
||||
|
||||
* Posting, replying, deleting statuses
|
||||
* Support for media uploads, spoiler text, sensitive content
|
||||
|
@ -22,18 +18,16 @@ Features
|
|||
* Following, muting and blocking accounts
|
||||
* Simple switching between authenticated accounts
|
||||
|
||||
Terminal User Interface
|
||||
-----------------------
|
||||
## Terminal User Interface
|
||||
|
||||
witchie includes a terminal user interface (TUI). Run it with ``witchie tui``.
|
||||
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
|
||||
![TUI timeline](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
|
||||
![compose post in TUI](https://raw.githubusercontent.com/ihabunek/toot/master/docs/images/tui_compose.png)
|
||||
|
||||
|
||||
License
|
||||
-------
|
||||
## License
|
||||
|
||||
Copyright 2017-2023 Ivan Habunek <ivan@habunek.com> and contributors.
|
||||
Copyright 2023 Ngô Ngọc Đức Huy <huyngo@disroot.org>
|
Loading…
Reference in a new issue