pacseek icon indicating copy to clipboard operation
pacseek copied to clipboard

A terminal user interface for searching and installing Arch Linux packages

Results 21 pacseek issues
Sort by recently updated
recently updated
newest added

Depending on the size of the window, textfields might be drawn over the border(s): ![image](https://github.com/moson-mo/pacseek/assets/13588013/9f956f5a-667d-4877-b43a-a5366e2f9f11) PR created upstream: https://github.com/rivo/tview/pull/924

upstream

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...

enhancement

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...

enhancement

Consider adding option to show "Optional for" similar way how "Required by" is done. For example `yay -Qi ` can list both.

enhancement

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...