We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pacman -Si PKGNAME からURLを取得してブラウザで開けるようにしたい
pacman -Si PKGNAME
pacman -Ssq | fzf --multi | LANG=C pacman -Si - | awk '/^URL/{print $3}' | xargs -I@ -- xdg-open @ >/dev/null
fzpac open KEYWORDS...
The text was updated successfully, but these errors were encountered:
サブコマンドを増やすのではなくキー( <C-o> など)を割り当てる方法も良さそう
<C-o>
Sorry, something went wrong.
この案を採用予定
No branches or pull requests
pacman -Si PKGNAME
からURLを取得してブラウザで開けるようにしたいワンライナーの例
実装案
The text was updated successfully, but these errors were encountered: