LoginSignup
0
1

ターミナルでかっこいいのを出したい

ターミナルでかっこいい描画をしましょう!!

今回は

  • cmatrix
  • TTE + screenfetch
    を紹介します。

環境は

  • OS: KDE neon (Linux/Debian/Ubuntu ベース)
    です。

cmatrix

マトリックスが表示できます。(実際は動きます!)

image.png

インストール

$ sudo apt install cmatrix

作動

$ cmatrix

色を変えることもできます。

# 赤
$ cmatrix -C red
# シアン
$ cmatrix -C cyan

対応している色:

  • green (デフォルト)
  • red
  • blue
  • white
  • yellow
  • cyan
  • magenta
  • black

終了

Ctrl + C

TEE + screenfetch

ビームのあとに、パソコンの詳細情報が表示されます。かっこいい…

image.png
image.png

インストール

# screenfetch のインストール
$ sudo apt install screenfetch

# tte のインストール
# pip (python) が必要です。
$ pip install terminaltexteffects

動作

$ scrennfetch -N | tte beams

screenfetch 以外でも利用できます。

$ ls | tte beams

ビーム以外の効果も利用できます。

$ scrennfetch -N | tte slice

詳細はこちら: https://chrisbuilds.github.io/terminaltexteffects/showroom/

最後に

ターミナルかっこいいね

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1