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

add link to post that covers usage of some of fzf's options, plus input and output

DJ Adams
2021-08-26 13:28:26 +01:00
parent 44df7c6791
commit 3a97b632a1

@@ -23,4 +23,5 @@
- [Using FZF instead of DMENU](https://medium.com/njiuko/using-fzf-instead-of-dmenu-2780d184753f) - [Using FZF instead of DMENU](https://medium.com/njiuko/using-fzf-instead-of-dmenu-2780d184753f)
- [A tour of several fzf based scripts](https://mattorb.com/the-many-faces-of-fzf/) - [A tour of several fzf based scripts](https://mattorb.com/the-many-faces-of-fzf/)
- Fuzzy clone a private org github repo [Part 1](https://mattorb.com/fuzzy-find-github-repository/), [Part 2](https://mattorb.com/fuzzy-find-a-github-repository-part-deux/) - Fuzzy clone a private org github repo [Part 1](https://mattorb.com/fuzzy-find-github-repository/), [Part 2](https://mattorb.com/fuzzy-find-a-github-repository-part-deux/)
- fzf - the basics - [part 1 - layout](https://qmacro.org/autodidactics/2021/02/02/fzf-the-basics-1-layout/) and [part 2 - search results](https://qmacro.org/autodidactics/2021/02/07/fzf-the-basics-2-search-results/) - fzf - the basics - [part 1 - layout](https://qmacro.org/autodidactics/2021/02/02/fzf-the-basics-1-layout/) and [part 2 - search results](https://qmacro.org/autodidactics/2021/02/07/fzf-the-basics-2-search-results/)
- [Learning by rewriting - bash, jq and fzf details](https://qmacro.org/2021/08/26/learning-by-rewriting/)