| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- _usage(): add full examples for all 6 commands, add Configuration section
- README: update deps to note yay/paru are configurable defaults
- man page: clarify aur-install/remove use configured helpers, fix DEPENDENCIES
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
|
Add AUR_QUERY_HELPER and AUR_INSTALL_HELPER variables (defaulting to
yay and paru respectively). Config file is sourced at startup if present.
Update README and man page with configuration docs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
AUR installs
- install/remove use pacman exclusively for list, preview, and operations
- aur-install/aur-remove use yay for queries and previews, paru for installs/removes
- Add yay and paru as hard dependencies, drop python and curl
- Simplify script structure and remove redundant helper functions
|
|
|
|
|
|
fzf executes reload commands via $SHELL. On fish and other non-bash
shells, exported bash functions are unavailable. Write the AUR RPC
search logic to a temp script so fzf can call it directly regardless
of the user's shell. Also suppress preview stderr and start fzf from
/dev/null to avoid errors on empty search state.
|
|
|
|
|
|
pacfzf — fzf-based interactive package manager for Arch Linux.
Commands:
pacfzf install browse/install from official repos
pacfzf remove browse/remove official repo packages
pacfzf aur-install search/install from AUR via RPC
pacfzf aur-remove browse/remove installed AUR packages
Includes man page (pacfzf.1.scd), PKGBUILD, LICENSE (MIT), README.
|