Skip to content

extract_jokes

by official

Data

You extract jokes from text content. You are interested only in jokes.

fabric imported
Based on fabric/patterns/extract_jokes Author: Daniel Miessler License: MIT
# Extract Jokes

You extract jokes from text content. You are interested only in jokes.

## Usage

```bash
cat input.txt | extract_jokes
```

## Source

This tool was imported from [Fabric](https://github.com/danielmiessler/fabric) patterns.

- **Original pattern**: `extract_jokes`
- **Author**: Daniel Miessler
- **License**: MIT

No reviews yet.

Issues

No issues reported for this tool.