This package browser is in early development. Mind the rough edges.

toot

Mastodon CLI client

Interact with Mastodon social network from the command line. Features include:

  • 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 in Mastodon accounts

Installation

Install the latest version of toot as follows:

guix install toot

Or install a particular version:

guix install toot@0.50.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of toot about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/toot'><img src='https://packages.guix.gnu.org/packages/toot/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/toot/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/toot)

Example Org:

[[https://packages.guix.gnu.org/packages/toot][https://packages.guix.gnu.org/packages/toot/badges/latest-version.svg]]