pacseek
pacseek copied to clipboard
A terminal user interface for searching and installing Arch Linux packages
Depending on the size of the window, textfields might be drawn over the border(s):  PR created upstream: https://github.com/rivo/tview/pull/924
I find myself opening multiple instances to reference optional dependencies and install them manually. I see online there are ways of listing optional deps but not an easy way of...
It would be very handy to be able to (optionally) select several packages to install/uninstall at once instead of having to go back and forth between `Pacseek` and `yay` one...
Consider adding option to show "Optional for" similar way how "Required by" is done. For example `yay -Qi ` can list both.
Pacseek is amazing for finding and installing packages, but to remove unused ones I have to search and find them, or use the long pacman cmd. Could this be implemented...
fixes #26 - [x] for now there is problem after installing/uninstalling not clearing visual marks due to we list cached search... will fix later - [ ] needs testing -...
I've been using pacseek as my package manager of choice on Endeavouros, and it's generally been great. Recently I ran into a problem with a package that wouldn't install because...
fixes #44 - [ ] implement cache.go regex search (maybe) - [x] regex search (partial, see bellow) - [x] remove minimum search restriction (not quite good **?**) - [ ]...
- [ ] regex search - [ ] remove minimum search restriction
- [ ] needs testing - [ ] needs update to work with multiselect branch - [ ] fix toggle gui quirks fixes #29 kinda, user is not prompted but...