Random stuff

This commit is contained in:
Anthony Wang 2020-10-28 11:28:25 -05:00
parent a0df193c02
commit a24d91a11e
Signed by: a
GPG key ID: 6FD3502572299774
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
layout: post
title: "Random Tidbits"
date: 2020-10-28 11:01:56 -0500
author: Ta180m
tags: ["Random", "Linux"]
---
## Play videos in your terminal!
![On YouTube](/assets/images/tux_video.png){: height="300px" } ![In a terminal](/assets/images/tux_text.png){: height="300px" }
Assuming you have mpv, just run `CACA_DRIVER=ncurses mpv -vo=caca *path_to_video*`.
You can also pipe `youtube-dl` into this command, but sometimes I get a bunch of cryptic error messages. I've found that downloading the video beforehand tends to work better.
I also recommend turning down your terminal's font size.
Goodbye X, hello tty!

BIN
assets/images/tux_text.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

BIN
assets/images/tux_video.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB