Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIL: CLI: figlet - makes ascii art text in terminal/shell #60

Open
irthomasthomas opened this issue Sep 13, 2023 · 0 comments
Open

TIL: CLI: figlet - makes ascii art text in terminal/shell #60

irthomasthomas opened this issue Sep 13, 2023 · 0 comments
Labels
linux Linux notes tools links shell-script shell scripting in Bash, ZSH, POSIX etc TIL Short notes or tips on coding, linux, llms, ml, etc

Comments

@irthomasthomas
Copy link
Owner

irthomasthomas commented Sep 13, 2023

curl -sL "https://en.wikipedia.org/wiki/cats" \
| head -n 5 \
| llm "\n\extract just the title of this webpage\n" \
| figlet
  ____      _            __        ___ _    _                _ _       
 / ___|__ _| |_          \ \      / (_) | _(_)_ __   ___  __| (_) __ _ 
| |   / _` | __|  _____   \ \ /\ / /| | |/ / | '_ \ / _ \/ _` | |/ _` |
| |__| (_| | |_  |_____|   \ V  V / | |   <| | |_) |  __/ (_| | | (_| |
 \____\__,_|\__|            \_/\_/  |_|_|\_\_| .__/ \___|\__,_|_|\__,_|
                                             |_|                       
@irthomasthomas irthomasthomas added the TIL Short notes or tips on coding, linux, llms, ml, etc label Sep 13, 2023
@irthomasthomas irthomasthomas changed the title TIL:figlet: curl -sL "https://en.wikipedia.org/wiki/cats" | head -n 5 | llm "\n\extract just the title of this webpage\n" | figlet TIL: CLI: figlet - makes ascii art text in terminal/shell Sep 18, 2023
@irthomasthomas irthomasthomas added shell-script shell scripting in Bash, ZSH, POSIX etc linux Linux notes tools links labels Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linux Linux notes tools links shell-script shell scripting in Bash, ZSH, POSIX etc TIL Short notes or tips on coding, linux, llms, ml, etc
Projects
None yet
Development

No branches or pull requests

1 participant