From 8d4b0a9789cbb44fe9d17161462c5fd90f53e9de Mon Sep 17 00:00:00 2001 From: Mark Sprevak Date: Mon, 5 Nov 2018 11:33:18 +0000 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Examples.md b/Examples.md index 8d9c94b..dd9460d 100644 --- a/Examples.md +++ b/Examples.md @@ -43,6 +43,7 @@ Table of Contents * [LastPass CLI](#lastpass-cli) * [fzf-marker](#fzf-marker) * [Search for academic pdfs by author, title, keywords, abstract](#search-for-academic-pdfs-by-author-title-journal-institution) +* [BibTeX](#bibtex) @@ -1142,3 +1143,11 @@ Requires the [pdftotext](https://en.wikipedia.org/wiki/Pdftotext) command line t ![](https://user-images.githubusercontent.com/1019692/34446795-12229072-ecac-11e7-856a-ec0df0de60ae.gif) The script is now given at https://github.com/bellecp/fast-p + +### BibTeX + +Search records in BibTeX files using FZF, select records to cite, or pretty print in markdown. With vim integration. + +![](https://d.pr/i/8uXzLx+ "screenshot") + +This plugin is at https://github.com/msprev/fzf-bibtex \ No newline at end of file