Package Details: tut 2.0.1-3

Git Clone URL: https://aur.archlinux.org/tut.git (read-only, click to copy)
Package Base: tut
Description: A TUI for Mastodon with vim inspired keys
Upstream URL: https://github.com/RasmusLindroth/tut
Licenses: MIT
Conflicts: tut-bin
Submitter: rasmus
Maintainer: kchr (rasmus)
Last Packager: kchr
Votes: 13
Popularity: 0.40
First Submitted: 2020-04-09 09:08 (UTC)
Last Updated: 2025-02-09 18:12 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

m040601 commented on 2022-05-24 03:47 (UTC)

Just to report that it runs perfectly on x64 and Archlinux arm:

  • Raspberry Pi 2 (armv7h, 7 years old)
  • Chromebook (armv7h, 10 years)

Memory usage reported by btop around 10-15 MB. Very smooth and ridiculous low light CPU usage, no spikes etc.

Big thank you for making it possible to not throw away perfectly good old hardware.

rasmus commented on 2022-05-23 17:33 (UTC)

Now there's a binary package, checkout tut-bin. Please report if it doesn't work as I don't have any machine that runs Arch on arm.

And it's nice to see a fellow Arch users :)

m040601 commented on 2022-05-23 03:03 (UTC) (edited on 2022-05-23 03:16 (UTC) by m040601)

Thanks for providing and keeping this PKGBUILD always up to date. A very usefull cli mastodon tool.

If it's not asking too much, could you also provide a "tut-bin" PKGBUILD :-) ?

This is a go software. So compilation and release is easy peasy. The developer also provides precompiled binaries for many architectures. And he releases often.

I prefer the precompiled binaries, with all the risks, instead of constantly recompiling.

Including ARM. That's the little underpowered Raspberry Pi and Chromebooks where one also can run perfectely Arch Linux Arm. But they are underpowered to constantly download and recompile the 500 MEGA go tool chain.

Something like arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')

UPDATE:

I just noticed that Rasmus the maintainer of this PKGBUILD is the same as the developer. Nice !!! To know you're also an Arch user. And big thank you for developing this tool in the first place.