aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-04-01chore: release v0.4.1Dunky
2026-04-01chore: release v0.4.0Dunky
2026-04-01chore: update checksums for v0.3.0Dunky
2026-04-01chore: bump version to 0.3.0Dunky
2026-04-01docs: ensure all commands and config documented consistently across all docsDunky
- _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>
2026-04-01feat: make AUR helpers configurable via ~/.config/pacfzf/configDunky
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>
2026-04-01chore: update checksums for v0.2.0Dunky
2026-04-01chore: bump version to 0.2.0Dunky
2026-04-01docs: update README and help text for info, history, ALT-F, and correct depsDunky
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-01chore: update checksums for v0.1.3Dunky
2026-04-01chore: bump version to 0.1.3Dunky
2026-04-01chore: update checksums for v0.1.2Dunky
2026-04-01chore: bump version to 0.1.2Dunky
2026-04-01refactor: use pacman for official packages, yay for AUR queries, paru for ↵Dunky
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
2026-04-01chore: ignore local NOTES file and build tarballsDunky
2026-03-31pkgbuild: bump to v0.1.1Dunky
2026-03-31fix: use temp script for aur-install reload to support non-bash shellsDunky
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.
2026-03-31pkgbuild: add .SRCINFO and finalize for AURDunky
2026-03-31pkgbuild: set real b2sum for v0.1.0Dunky
2026-03-31feat: initial release v0.1.0Dunky
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.