Skip to content

Instantly share code, notes, and snippets.

@sheepla
Last active September 24, 2021 11:01
Show Gist options
  • Save sheepla/7efd1e93bab44ef1f3d7ec453c3667dc to your computer and use it in GitHub Desktop.
Save sheepla/7efd1e93bab44ef1f3d7ec453c3667dc to your computer and use it in GitHub Desktop.
fzpac-help.md

fzpac-help

sheepla/fzpacのオプション・サブコマンド再実装案

USAGE
    fzpac SUBCMD [KEYWORDS...]
    fzpac -h|--help
    fzpav -V|--version

SUBCMD
    search   search for all available packages
    local    search for already installed packages
    install  select packages and install
    remove   select packages and uninstall

fzpac --version|-V
fzpac --help|-h

Key bindings

key function
<C-j>, <C-n> move focus up
<C-k>, <C-p> move focus down
<Tab> select a package
<S-Tab> deselect a package
<C-o> open repository URL of the packages in your default browser
<C-s> show package detailed information
<C-r> review PKGBUILD file
<CR> confirm the selection
q quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment