mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 16:58:38 -05:00
5 lines
153 B
Plaintext
5 lines
153 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Query installed packages. For installing one use `fuzzypkg`
|
||
|
xbps-query -s "*" | awk '{print $2}' | fzf --multi --preview 'xbps-query -S {}'
|