6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Interactive paru.
|
|
|
|
paru -Slq | fzf -m --preview 'paru -Si {1}' --height 45% --reverse | paru -S -
|