feat(pacseek): added a pacman/yay ui for searching packages

This commit is contained in:
Sergio Laín 2023-10-27 14:39:32 +02:00
parent 1011c10cfa
commit 0bd66e34e2
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
4 changed files with 50 additions and 1 deletions

View file

@ -3,4 +3,4 @@ abbr -a r --function projectdo_run
abbr -a t --function projectdo_test
abbr -a p --function projectdo_tool
abbr -a y yadm
abbr -a pse pacseek

View file

@ -0,0 +1,15 @@
{
"Transparent": true,
"Accent": "b7bdf8",
"Title": "b7bdf8",
"SearchBar": "24273a",
"PackagelistSourceRepository": "a6da95",
"PackagelistSourceAUR": "8aadf4",
"PackagelistHeader": "eed49f",
"SettingsFieldBackground": "24273a",
"SettingsFieldText": "cad3f5",
"SettingsFieldLabel": "cad3f5",
"SettingsDropdownNotSelected": "8bd5ca",
"StylePKGBUILD": "catppuccin-macchiato",
"Comments": "Examples for StylePKGBUILD can be found here: https://xyproto.github.io/splash/docs/all.html"
}

View file

@ -0,0 +1,33 @@
{
"AurRpcUrl": "https://aurapi.moson.org/rpc",
"AurTimeout": 5000,
"AurSearchDelay": 500,
"AurUseDifferentCommands": false,
"AurInstallCommand": "",
"AurUpgradeCommand": "",
"DisableAur": false,
"MaxResults": 500,
"PacmanDbPath": "/var/lib/pacman/",
"PacmanConfigPath": "/etc/pacman.conf",
"InstallCommand": "yay -S",
"UninstallCommand": "yay -Rs",
"SysUpgradeCommand": "yay",
"SearchMode": "Contains",
"SearchBy": "Name",
"CacheExpiry": 10,
"DisableCache": false,
"ColorScheme": "Custom",
"BorderStyle": "Round",
"ShowPkgbuildCommand": "curl -s \"{url}\"|less",
"ShowPkgbuildInternally": true,
"ComputeRequiredBy": false,
"GlyphStyle": "Pipes",
"DisableNewsFeed": false,
"FeedURLs": "https://archlinux.org/feeds/news/",
"FeedMaxItems": 5,
"SaveWindowLayout": false,
"LeftProportion": 4,
"Transparent": true,
"PackageColumnWidth": 0,
"EnableAutoSuggest": false
}

1
.github/README.md vendored
View file

@ -65,6 +65,7 @@ Here is some _small_ information about my setup:
- **Git UI**: Lazygit ([Config](../.config/lazygit/))
- **Npm Manager UI**: Lazynpm
- **Docker UI**: Lazydocker
- **Arch Package Search UI**: [Pacseek](https://github.com/moson-mo/pacseek) ([Config](../.config/pacseek/))
- **Audio Visualizer**: Cava ([Config](../.config/cava/))
- **System Monitor**: btop ([Config](../.config/btop/))
- **GPU Monitor**: nvtop