diff --git a/Examples.md b/Examples.md index aff1be5..b78c63e 100644 --- a/Examples.md +++ b/Examples.md @@ -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