mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 08:48:27 -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 {}'
|