m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

browse apt packages with fzf

seebye
2019-07-31 17:51:41 +02:00
parent 4628315756
commit d82b557121

@@ -16,6 +16,7 @@ Table of Contents
* [Tags](#tags) * [Tags](#tags)
* [tmux](#tmux) * [tmux](#tmux)
* [ASDF](#asdf) * [ASDF](#asdf)
* [apt](#apt)
* [Homebrew](#homebrew) * [Homebrew](#homebrew)
* [v](#v) * [v](#v)
* [Inspired by v. Opens files in ~/.viminfo](#inspired-by-v-opens-files-in-viminfo) * [Inspired by v. Opens files in ~/.viminfo](#inspired-by-v-opens-files-in-viminfo)
@@ -725,6 +726,10 @@ vmc() {
} }
``` ```
### Apt
[fzf-apt](https://github.com/krickelkrakel/fzf-apt): Select apt packages and build commands based on the selected packages.
### Homebrew ### Homebrew
```sh ```sh