m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Added fzf-mpd link and demo

piotryordanov
2017-10-16 16:04:39 +07:00
parent f3626c59e2
commit d429fd8750

@@ -28,10 +28,11 @@ Table of Contents
* [Shell bookmarks](#shell-bookmarks)
* [Google Chrome (OS X/linux)](#google-chrome-os-xlinux)
* [Browsing history](#browsing-history)
* [Bookmarks](#bookmarks)
* [Bookmarks](#bookarks)
* [Browsing](#browsing)
* [Locate](#locate)
* [mpd](#mpd)
* [fzf-mpd](#fzf-mpd)
* [Readline](#readline)
* [RVM](#rvm)
* [Vagrant](#vagrant)
@@ -808,6 +809,14 @@ fmpc() {
}
```
### fzf-mpd
[fzf-mpd](https://github.com/piotryordanov/fzf-mpd) is a zsh plugin that allows you to control mpd using fzf. By typing `fm` in the command line, you will be able to easily browse genres, artists, albums and all songs.
![](https://github.com/piotryordanov/fzf-mpd/raw/master/demo.gif)
### Readline
```sh