Search Criteria
Package Details: hister-bin 0.16.0-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hister-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | hister-bin |
| Description: | Web history on steroids - blazing fast, content-based search for visited websites |
| Upstream URL: | https://github.com/asciimoo/hister |
| Keywords: | search-engine |
| Licenses: | AGPL-3.0-or-later |
| Conflicts: | hister, hister-git |
| Submitter: | Shadowbee |
| Maintainer: | Shadowbee (ISSOtm) |
| Last Packager: | Shadowbee |
| Votes: | 1 |
| Popularity: | 0.41 |
| First Submitted: | 2026-03-10 16:51 (UTC) |
| Last Updated: | 2026-07-01 10:19 (UTC) |
Dependencies (3)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR, postgresql17-docsAUR, postgresql17AUR, postgresql18-docsAUR, postgresql18AUR) (optional) – For an alternate database
Latest Comments
Shadowbee commented on 2026-06-04 13:59 (UTC) (edited on 2026-06-04 14:00 (UTC) by Shadowbee)
you are right the binary is statically linked, so it doesn't use
/usr/bin/sqliteor libsqlite.so. I will modify the PKGBUILD so it installs the completions later.kseistrup commented on 2026-06-04 13:39 (UTC)
What I meant, was: The binary seems to be statically linked; sqlite is builtin; it doesn't use libsqlite.so. So unless it executes the
/usr/bin/sqlitebinary, there is no hard dependency for sqlite to be installed on the same system.tee commented on 2026-06-04 13:12 (UTC)
can you install the bash/fish/zsh completions?
kseistrup commented on 2026-06-04 12:12 (UTC)
The databases are not hard dependencies, are they?