Version: 0.27.0, Package name: toot-0.27.0 |
Maintained by: Klemens Nanni |
Master sites: |
Description Toot is a CLI and TUI (curses-based Terminal User Interface) tool for interacting with Mastodon instances from the command line. It supports posting/replying/deleting statuses, media/spoiler/sensitive content uploads, search by account or hashtag, following/muting/blocking accounts. |
Filesize: 65.624 KB |
Version History (View Complete History) |
|
2020-09-19 14:44:09 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Eliminate custom do-test target and move to MODPY_PYTEST ok kn (maintainer) |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-06-17 05:56:29 by Klemens Nanni | Files touched by this commit (2) |
Log message: Update to toot 0.27.0 * TUI: Fix access to public and tag timelines when on private mastodon instances (#168) * Add `--reverse` option to `toot notifications` (#151) * Fix `toot timeline` to respect `--instance` option * TUI: Add opton to pin/save tag timelines (#163, thanks @dlax) * TUI: Fixed crash on empty timeline (#138, thanks ecs) "make test" passes |
2020-04-18 17:06:46 by Klemens Nanni | Files touched by this commit (2) |
Log message: Update to toot 0.26.0 - TUI: Display status links and open them (#154, thanks @dlax) - TUI: Fix visibility descriptions (#153, thanks @finnoleary) All tests pass on amd64 |
2020-01-24 13:58:20 by Klemens Nanni | Files touched by this commit (2) |
Log message: Update to toot 0.25.2 * TUI: Fall back to username when display_name is unset * Show character count when composing * Fix searching by hashtag which include the '#' * Upgrade search to v2 |
2019-09-22 09:34:27 by Klemens Nanni | Files touched by this commit (2) |
Log message: Actually update DESCR, drop useless version specs |
2019-09-22 09:25:15 by Klemens Nanni | Files touched by this commit (3) |
Log message: Update toot to 0.24.0 - Add toot tui, new and improved TUI implemented written with the help of the urwid library - Deprecate toot curses. It will show a deprecation notice when started. To be removed in a future release - Add --editor option to toot post to allow composing toots in an editor - Add user agent string to all requests, fixes interaction with instances protected by Cloudflare Initial diff, DESCR update, prodding and tests from < clematis at insiberia dot net>, thanks! |
2019-08-17 11:35:24 by Klemens Nanni | Files touched by this commit (3) |
Log message: Update to toot-0.22 - Add toot notifications to show notifications (thanks @dlax) - Add posting and replying to curses interface (thanks @Skehmatics) - Add --language option to toot post - Enable attaching upto 4 files via --media option on toot post |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-21 13:09:31 by Klemens Nanni | Files touched by this commit (3) |
Log message: Update to toot-0.21.0 Makefile is installed during fake, so @comment it. See https://github.com/ihabunek/toot/issues/91 for the upstream issue. |
2019-02-09 15:48:59 by Klemens Nanni | Files touched by this commit (2) |
Log message: Update toot-0.20 Makefile missing from release tarball, hence the now hand-rolled tests. From trondd < trondd at kagu-tsuchi dot com > who also tested the new proxy feature, thanks! |
2018-12-01 18:07:45 by Klemens Nanni | Files touched by this commit (1) |
Log message: set HOMEPAGE |
2018-07-09 07:38:26 by Gonzalo L. Rodriguez | Files touched by this commit (2) |
Log message: Update for too to 0.19.0: https://github.com/ihabunek/toot/releases OK kn@ |
2018-06-12 07:12:33 by Klemens Nanni | Files touched by this commit (3) |
Log message: Update to toot-0.18.0, use stable release assets OK sthen |
2018-01-17 20:55:48 by Daniel Jakots | Files touched by this commit (4) |
Log message: Update to toot-0.17.1 From Klemens Nanni (maintainer) |