A collection of various scripts and tools, found here and there in times of need.
Go to file
euzkie e1a71783d2 added loading animation in terminal 2022-01-05 22:15:37 +03:00
emojis Fixed file names 2022-01-05 22:13:57 +03:00
README.md updates 2021-09-05 22:26:36 +02:00
colors Fixed file names 2022-01-05 22:13:57 +03:00
loading added loading animation in terminal 2022-01-05 22:15:37 +03:00
randomcase Fixed file names 2022-01-05 22:13:57 +03:00
record_bandwidth Fixed file names 2022-01-05 22:13:57 +03:00
slower.c Initial commit 2021-07-24 13:16:28 +02:00
stopwatch updates 2021-09-05 22:26:36 +02:00

README.md

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