ihabunek / toot

toot - Mastodon CLI & TUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE REQUEST] toot reply <post>

strk opened this issue · comments

Thanks for this great tool, I'm loving it ! I've started with toot post and was happy to get an URI back, but then I didn't find a toot reply to reply to myself, would be nice to have one :)

Yes I saw replies can be done with the toot tui terminal interface, but I'm cozy on the cli :)

This is already possible in toot post using the --reply-to <status_id> option.

I've just found that the status-id is just a number, like 111493607273466228 -- or at least that's the only way I could make it work, for example with:

toot post --reply 111493607902465513

Is it still possible to reply to a status which is published on an federated instance that is not the same as the instance activated in toot ? I mean, something like:

toot post --reply

I'm not familiar with ActivityPub so don't know if there's a standard URI format to find a status on the fediverse