On Friday I started a little project mainly just to get my hands dirty with TUI programming.
Since then it evolved quite quickly and I now take the opportunity to shamelessly advertise it on this forum
Maybe itās useful for someone
The program is called pacseek.
It is a small TUI application that can help you finding and installing/removing packages.
It supports the regular Arch repositories as well as the AUR.
If you want to play around with it, you can install pacseek from the AUR:
Nope. What you are DDoSing is my own server where I run my own implementation of the AUR /rpc endpoint. (the data is slightly less up-to-date than the AUR one, itās being refreshed every 5 minutesā¦)
While that is a little disappointing weāre only taking our your server and not the whole AUR, Iām going to give it a spin. It looks interesting, and useful if I donāt want to log onto the website like I usually do to search. Thanks!
Yeah. That was pretty much the intention. While the usual AUR helpers already have search capabilities, I thought, a little bit more interactivity canāt harm
Is it possible to get it to search the whole name? Say if I donāt know what Iām looking for specifically? I REALLY like the simplicity of this though. Great job for a 1.1 release
Just wondering which icon to use. Any suggestions? āterminalā ?
Itās a āstarts withā search basically. I guess youād want ācontainsā instead ?
I pretty much did that because then I can utilize the āsuggestā type /rpc call.
(Which is way less resource intensive then the āsearchā one)
Iāll think about itā¦ edit Iāll probably make that an option in the settings