Skip to content
New issue

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

URLをブラウザで開きたい #12

Open
sheepla opened this issue Aug 28, 2021 · 2 comments
Open

URLをブラウザで開きたい #12

sheepla opened this issue Aug 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@sheepla
Copy link
Owner

sheepla commented Aug 28, 2021

pacman -Si PKGNAME からURLを取得してブラウザで開けるようにしたい

ワンライナーの例

pacman -Ssq | fzf --multi | LANG=C pacman -Si - | awk '/^URL/{print $3}' | xargs -I@ -- xdg-open @ >/dev/null

実装案

fzpac open KEYWORDS...
@sheepla sheepla added the enhancement New feature or request label Sep 24, 2021
@sheepla
Copy link
Owner Author

sheepla commented Oct 4, 2021

サブコマンドを増やすのではなくキー( <C-o> など)を割り当てる方法も良さそう

@sheepla
Copy link
Owner Author

sheepla commented Oct 20, 2021

サブコマンドを増やすのではなくキー( <C-o> など)を割り当てる方法も良さそう

この案を採用予定

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant