scripts-and-tools/README.md
2021-09-05 22:26:36 +02:00

1.4 KiB

Scripts and tools

A collection of various scripts and tools, found here and there in times of need.

colors.sh

Display terminal colors.

CREDITS: The Linux Documentation Project

record_bandwidth.sh

Measure the bandwidth consumed while the script is running.

CREDITS: Luke Smith's video: A demonstration of modern web bloat

randomcase.py

Randomize the upper/lower case of a string argument.

CREDITS: myself

slower.c

Slow down the output of a command in the terminal.

CREDITS: Landon Bland's answer on StackExchange

emojis

Use rofi menu to search 600+ emojis and copy them to the clipboard. Requires rofi, xclip and optionally dunst.

CREDITS: Adapted from Luke Smiths's video: dmenu tips: Emojis and more

loading.sh

Display a loading animation in the terminal: />->\>|.

CREDITS: chaos' answer on AskUbuntu

stopwatch.sh

Start a stopwatch in the terminal; ctrl + c to stop it, Enter for laps.

CREDITS: anishsane's answer on StackOverflow