Package Details: mime-tui 0.9.0-1

Git Clone URL: https://aur.archlinux.org/mime-tui.git (read-only, click to copy)
Package Base: mime-tui
Description: Keyboard-driven terminal UI for managing MIME-type to application associations
Upstream URL: https://github.com/bcorrigan/mime-tui
Licenses: MIT
Submitter: vavatch
Maintainer: vavatch
Last Packager: vavatch
Votes: 1
Popularity: 0.092533
First Submitted: 2026-05-16 13:44 (UTC)
Last Updated: 2026-05-16 13:44 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

Leo-Aqua commented on 2026-08-03 15:32 (UTC) (edited on 2026-08-03 15:33 (UTC) by Leo-Aqua)

if the install does not work for you build it manually and use the rust nightly toolchain like this:

git clone https://github.com/bcorrigan/mime-tui
cd mime-tui
rustup toolchain install nightly # (if you haven't already)
rustup override set nightly
cargo build --release
sudo cp target/release/mime-tui /usr/local/bin/

I'm to lazy to update the PKGBUILD at the moment