mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 17:13:42 -05:00
Added a Table of Contents to the "Examples" page, using https://github.com/ekalinin/github-markdown-toc
37
Examples.md
37
Examples.md
@@ -1,5 +1,42 @@
|
|||||||
You can replace `fzf` command on each example with [`fzf-tmux`](https://github.com/junegunn/fzf#fzf-tmux-script) to start fzf in a new tmux split pane.
|
You can replace `fzf` command on each example with [`fzf-tmux`](https://github.com/junegunn/fzf#fzf-tmux-script) to start fzf in a new tmux split pane.
|
||||||
|
|
||||||
|
|
||||||
|
Table of Contents
|
||||||
|
=================
|
||||||
|
|
||||||
|
* [Opening files](#opening-files)
|
||||||
|
* [Changing directory](#changing-directory)
|
||||||
|
* [Searching file contents](#searching-file-contents)
|
||||||
|
* [Command history](#command-history)
|
||||||
|
* [With write to terminal capabilities](#with-write-to-terminal-capabilities)
|
||||||
|
* [Processes](#processes)
|
||||||
|
* [Git](#git)
|
||||||
|
* [Tags](#tags)
|
||||||
|
* [tmux](#tmux)
|
||||||
|
* [v](#v)
|
||||||
|
* [Inspired by <a href="https://github.com/rupa/v">v</a>. Opens files in ~/.viminfo](#inspired-by-v-opens-files
|
||||||
|
* [With <a href="https://github.com/clvv/fasd">fasd</a>.](#with-fasd)
|
||||||
|
* [z](#z)
|
||||||
|
* [Integration with <a href="https://github.com/rupa/z">z</a>.](#integration-with-z)
|
||||||
|
* [With <a href="https://github.com/clvv/fasd">fasd</a>.](#with-fasd-1)
|
||||||
|
* [Shell bookmarks](#shell-bookmarks)
|
||||||
|
* [Google Chrome (OS X)](#google-chrome-os-x)
|
||||||
|
* [Browsing history](#browsing-history)
|
||||||
|
* [Bookmarks](#bookmarks)
|
||||||
|
* [Browsing](#browsing)
|
||||||
|
* [Locate](#locate)
|
||||||
|
* [mpd](#mpd)
|
||||||
|
* [Readline](#readline)
|
||||||
|
* [RVM](#rvm)
|
||||||
|
* [Vagrant](#vagrant)
|
||||||
|
* [Wrapper](#wrapper)
|
||||||
|
* [LastPass CLI](#lastpass-cli)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Opening files
|
### Opening files
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user