mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-01-08 06:24:00 -05:00
5 lines
153 B
Bash
Executable File
5 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Query installed packages. For installing one use `fuzzypkg`
|
|
xbps-query -s "*" | awk '{print $2}' | fzf --multi --preview 'xbps-query -S {}'
|