Package Details: elephant 2.21.0-1

Git Clone URL: https://aur.archlinux.org/elephant.git (read-only, click to copy)
Package Base: elephant
Description: general purpose datasource and executor
Upstream URL: https://github.com/abenz1267/elephant
Licenses: GPL
Conflicts: elephant
Provides: elephant
Submitter: benz
Maintainer: benz
Last Packager: benz
Votes: 9
Popularity: 2.76
First Submitted: 2025-07-29 15:51 (UTC)
Last Updated: 2026-04-09 03:56 (UTC)

Latest Comments

TRex commented on 2025-10-22 19:46 (UTC)

Also, please include https://github.com/abenz1267/elephant/blob/master/assets/elephant.service

markstos commented on 2025-08-31 21:24 (UTC)

Installing walker + elephant on Arch Linux appears to do nothing because there aren't providers installed by default.

Consider adding the desktopapplications provider as a required dependency and add some of the others as "optdepends" to give user some more awareness that they exist:

optdepends=('elephant-archlinuxpkgs: Arch Linux packages provider for elephant'
            'elephant-calc: Calculator provider for elephant'
            'elephant-clipboard: Clipboard provider for elephant'
            'elephant-desktopapplications: Desktop applications provider for elephant'
            'elephant-files: Files provider for elephant'
            'elephant-menus: Menus provider for elephant'
            'elephant-providerlist: Provider list provider for elephant'
            'elephant-runner: Command runner provider for elephant'
            'elephant-symbols: Symbols provider for elephant'
            'elephant-todo: Todo provider for elephant'
            'elephant-unicode: Unicode provider for elephant'
            'elephant-websearch: Web search provider for elephant');