2024-01-05 18:50:57 -08:00
|
|
|
<div align="center">
|
2024-01-05 17:09:12 -08:00
|
|
|
|
2024-01-05 18:50:57 -08:00
|
|
|
<img src="https://beehiiv-images-production.s3.amazonaws.com/uploads/asset/file/2012aa7c-a939-4262-9647-7ab614e02601/extwis-logo-miessler.png?t=1704502975" alt="extwislogo" width="400" height="400"/>
|
2024-01-05 18:48:28 -08:00
|
|
|
|
2024-01-05 18:52:18 -08:00
|
|
|
# `/extractwisdom`
|
|
|
|
|
2024-01-05 18:59:09 -08:00
|
|
|
`extract-wisdom` is a [Fabric](https://github.com/danielmiessler/fabric) pattern that _extracts wisdom_ from any text.
|
2024-01-05 18:48:28 -08:00
|
|
|
|
2024-01-05 18:50:57 -08:00
|
|
|
<br />
|
2024-01-05 18:48:28 -08:00
|
|
|
|
|
|
|
[Description](#description) •
|
2024-01-05 20:17:10 -08:00
|
|
|
[Functionality](#functionality) •
|
2024-01-05 18:48:28 -08:00
|
|
|
[Installation](#installation) •
|
2024-01-05 19:21:48 -08:00
|
|
|
[Examples](#examples) •
|
2024-01-05 18:48:28 -08:00
|
|
|
[Meta](#meta)
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2024-01-05 19:47:22 -08:00
|
|
|
<br />
|
|
|
|
|
2024-01-05 20:20:02 -08:00
|
|
|
> ⚠️ These are not the correct instructions yet, so hold off until this note is removed.
|
2024-01-05 19:12:07 -08:00
|
|
|
|
2024-01-05 17:09:12 -08:00
|
|
|
## Description
|
|
|
|
|
2024-01-05 20:26:21 -08:00
|
|
|
**`extractwisdom` addresses the problem of **too much content** and too little time.**
|
2024-01-05 20:00:10 -08:00
|
|
|
|
2024-01-05 20:26:21 -08:00
|
|
|
Not only that, but it's also too easy to forget the stuff do read, watch, or listen to.
|
|
|
|
|
|
|
|
The tool _extracts wisdom_ from any content that can be translated into text, for example:
|
2024-01-05 17:09:12 -08:00
|
|
|
|
|
|
|
- Podcast transcripts
|
|
|
|
- Academic papers
|
|
|
|
- Essays
|
|
|
|
- Blog posts
|
2024-01-05 20:00:10 -08:00
|
|
|
- Really, anything you can get into text!
|
|
|
|
|
2024-01-05 20:17:10 -08:00
|
|
|
## Functionality
|
2024-01-05 20:00:10 -08:00
|
|
|
|
2024-01-05 20:26:21 -08:00
|
|
|
When you use `extractwisdom`, it pulls the following content from the input.
|
2024-01-05 20:17:10 -08:00
|
|
|
|
|
|
|
- `IDEAS`
|
|
|
|
- Extracts the best ideas from the content, i.e., what you might have taken notes on if you were doing so manually.
|
|
|
|
- `QUOTES`
|
|
|
|
- Some of the best quotes from the content.
|
|
|
|
- `REFERENCES`
|
|
|
|
- External writing, art, and other content referenced positively during the content that might be worth following up on.
|
|
|
|
- `HABITS`
|
|
|
|
- Habits of the speakers that could be worth replicating.
|
|
|
|
- `RECOMMENDATIONS`
|
|
|
|
- A list of things that the content recommends Habits of the speakers.
|
2024-01-05 19:47:22 -08:00
|
|
|
|
2024-01-05 20:00:10 -08:00
|
|
|
## Use cases
|
2024-01-05 19:47:22 -08:00
|
|
|
|
2024-01-05 20:26:21 -08:00
|
|
|
The output can help you in multiple ways, including:
|
|
|
|
|
2024-01-05 20:26:54 -08:00
|
|
|
1. **Decision Support:**<br />
|
2024-01-05 20:26:21 -08:00
|
|
|
Allows you to quickly learn what's in a particular piece of content so you can decide if you want to consume the full source material or not.
|
2024-01-05 20:26:54 -08:00
|
|
|
2. **Note Taking:**<br />
|
2024-01-05 20:26:21 -08:00
|
|
|
Can also be used as your note taker. It's designed to replicate the type of capture that you might have done if you took notes manually.
|
2024-01-05 20:00:10 -08:00
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
Here are some examples of how to use `extractwisdom`.
|
2024-01-05 17:09:12 -08:00
|
|
|
|
2024-01-05 18:48:28 -08:00
|
|
|
## Installation
|
|
|
|
|
2024-01-05 19:12:07 -08:00
|
|
|
You can install `extractwisdom` by executing this command.
|
2024-01-05 18:48:28 -08:00
|
|
|
|
|
|
|
```sh
|
2024-01-05 19:12:07 -08:00
|
|
|
curl -sS https://raw.githubusercontent.com/danielmiessler/fabric/main/install.sh | bash
|
2024-01-05 18:48:28 -08:00
|
|
|
```
|
|
|
|
|
2024-01-05 19:12:07 -08:00
|
|
|
```sh
|
|
|
|
z foo # cd into highest ranked directory matching foo
|
2024-01-05 19:21:48 -08:00
|
|
|
```
|
2024-01-05 19:12:07 -08:00
|
|
|
|
2024-01-05 19:21:48 -08:00
|
|
|
```sh
|
|
|
|
z foo bar # cd into highest ranked directory matching foo and bar
|
2024-01-05 19:12:07 -08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Meta
|
|
|
|
|
|
|
|
- Author: Daniel Miessler
|
|
|
|
- Published: January 5, 2024
|