extwislogo # `/extractwisdom` `extract-wisdom` is a [Fabric](https://github.com/danielmiessler/fabric) pattern that _extracts wisdom_ from any text.
[Description](#description) • [Installation](#installation) • [Examples](#examples) • [Meta](#meta)
(NOTE: This is sample readme.md content below. Do not do anything with this yet.) ## Description `extract-wisdom` (`extwis`) is a [Fabric](https://github.com/danielmiessler/fabric) pattern that _extracts wisdom_ from any text. For example: - Podcast transcripts - Academic papers - Essays - Blog posts - Anything you can get into text! ## Installation You can install `extractwisdom` by executing this command. ```sh curl -sS https://raw.githubusercontent.com/danielmiessler/fabric/main/install.sh | bash ``` ## Examples Here are some examples of how to use `extractwisdom`. ```sh z foo # cd into highest ranked directory matching foo ``` ```sh z foo bar # cd into highest ranked directory matching foo and bar ``` ## Meta - Author: Daniel Miessler - Published: January 5, 2024