Package Details: histui-bin 0.0.14-1

Git Clone URL: https://aur.archlinux.org/histui-bin.git (read-only, click to copy)
Package Base: histui-bin
Description: Notification history browser and daemon for Linux desktops (prebuilt binaries)
Upstream URL: https://github.com/jmylchreest/histui
Licenses: MIT
Conflicts: histui
Provides: histui, histuid
Submitter: jmylchreest
Maintainer: jmylchreest
Last Packager: jmylchreest
Votes: 1
Popularity: 0.068480
First Submitted: 2025-12-29 00:14 (UTC)
Last Updated: 2026-07-11 14:35 (UTC)

Latest Comments

Dominiquini commented on 2026-07-11 05:28 (UTC)

Add the shell completions available for this project in the package:

...
histui completion bash > "${pkgdir}/usr/share/bash-completion/completions/histui"
histui completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_histui"
histui completion fish > "${pkgdir}/usr/share/fish/vendor_completions.d/histui.fish"
...

Thanks