Skip to main content
  1. Teches/

Cool Terminal Tools You Should Know

·390 words·2 mins· ·
Linux Cool Terminal Linux
Wildan
Author
Wildan
An Ordinary Human Being
Table of Contents

Yoo, jumpa lagi!

Saya mau berbagi sejumlah tools terminal yang sayang jika dilewatkan, apalagi bagi kalian guys, linux nerds. Sebagian besar (atau mungkin semuanya) tools yang akan saya share di artikel ini murni for fun. Jadi, memang fungsinya hanya untuk show off kecantikan terminal. But, anyway, berikut adalah 9 terminal tools keren yang bisa kalian coba:

1. cava
#

Cava adalah cross-platform audio visualizer.

Github: https://github.com/karlstav/cava

Instalasi (Archlinux) via repositori komunitas (AUR - Arch User Repository):

yay -Sy cava

gif1

Untuk mengganti ukuran bar-nya, kita bisa menggunakan arrow key di keybord: arrow left untuk memperbesar dan arrow right untuk memperkecil.
Untuk mengganti warnanya, kita bisa menekan huruf f di keyboard.

Baca-baca help-nya di:

cava --help

2. pipes
#

Pipes adalah animated pipes terminal screensaver.

Github: https://github.com/pipeseroni/pipes.sh

Instalasi (Archlinux) via repositori komunitas (AUR - Arch User Repository):

yay -Sy pipes.sh

gif2

Baca-baca help-nya di:

pipes.sh --help

3. cowsay
#

Cowsay adalah a configurable talking cow.

Github: https://github.com/piuccio/cowsay

Instalasinya (Archlinux) bisa merujuk ke repositori official:

sudo pacman -Sy cowsay

gif3

File config untuk menampilkan berbagai objeknya tersimpan di direktori /usr/share/cows/.

ss1

Baca-baca help-nya di:

cowsay --help

4. cbonsay
#

Cbonsai adalah a bonsai tree generator.

Github: https://github.com/mhzawadi/homebrew-cbonsai

Instalasi (Archlinux) via repositori komunitas (AUR - Arch User Repository):

yay -Sy cbonsai

gif4

Baca-baca help-nya di:

cbonsai --help

5. cmatrix
#

Cmatrix adalah terminal based “The Matrix”-like implementation.

Github: https://github.com/abishekvashok/cmatrix

Instalasinya (Archlinux) bisa merujuk ke repositori official:

sudo pacman -Sy cmatrix

gif5

Baca-baca help-nya di:

cmatrix --help

6. figlet
#

Figlet? Claudia’s FIGlet tree.

Github: https://github.com/cmatsuoka/figlet

Instalasinya (Archlinux) bisa merujuk ke repositori official:

sudo pacman -Sy figlet

gif6

File font-nya tersimpan di direktori /usr/share/figlet/fonts:

ss2

Baca-baca help-nya di:

figlet --help

7. lolcat
#

Lolcat: rainbow and unicorns!

Github: https://github.com/busyloop/lolcat

Instalasinya (Archlinux) bisa merujuk ke repositori official:

sudo pacman -Sy lolcat

gif7

Baca-baca help-nya di:

lolcat --help

8. asciiquarium
#

Asciiquairum: Ascii aquarium in terminal!

Github: https://github.com/cmatsuoka/asciiquarium

Instalasinya (Archlinux) bisa merujuk ke repositori official:

sudo pacman -Sy asciiquarium

gif8

9. mapscii
#

Mapscii adalah a Braille & ASCII world map renderer for your console.

Github: https://github.com/rastapasta/mapscii?tab=readme-ov-file

gif9

10. hollywood
#

Hollywood adalah a technical melodrama.

Github: https://github.com/dustinkirkland/hollywood

Instalasi (Archlinux) via repositori komunitas (AUR - Arch User Repository):

yay -Sy hollywood

gif10

Notes:
hollywood sangat memakan resource (terutama CPU) jika dijalankan. Jadi, jika komputer kalian memiliki resource yang terbatas, jangan jalankan program ini terlalu lama.

Artikel ini akan saya perbarui jika ada tools baru yang belum sempat ditulis.

Related

My Remote Desktop Client(s)
·1020 words·5 mins
Remote Desktop Remote Desktop Windows Linux
RDP client sometimes play an important role, doesn’t it? Especially, when you are a sys-admin. So, you must find the most suitable one for getting your work done well.
Gorgeous Status Bar with Polybar
·1180 words·6 mins
Polybar Polybar Status Bar Linux
Polybar aims to help users build beautiful and highly customizable status bars for their desktop environment, without the need of having a black belt in shell scripting.
Openbox - Simple and Easy Window Manager for Beginners
·1424 words·7 mins
Openbox Window Manager Openbox Linux
As the title said, Openbox is simple and easy window manager for beginners