---
title: "ターミナルがダサいとモテない。モダンなコマンド紹介編 | grasys blog"
url: "https://blog.grasys.io/post/yusukeh/terminal-modern-command/"
description: "モダンなコマンド使っていますか？ Photo by Athul Cyriac Ajay on Unsplash 恵比寿で IT 企業をやっているとモテると聞いて創業しましたが早いことありがたいことに10年目に突入した長谷川です。 まだモテる成果は出ていません、、、これからです！（もうめんどくさいのでカウントやめました…"
---

# ターミナルがダサいとモテない。モダンなコマンド紹介編

-   ![](/_astro/noicon.CTHOhNiB_1HMs6A.webp)[yusukeh](/authors/yusukeh/)
-   公開日：2024年10月16日
-   カテゴリー：[Tech](/categories/tech/)
-   タグ：[#シリーズ: ターミナル環境](/tags/シリーズ-ターミナル環境/)[#terminal](/tags/terminal/)

![ターミナルがダサいとモテない。モダンなコマンド紹介編](/_astro/hero.bhc1njh2_Z15Gjur.webp)

モダンなコマンド使っていますか？

![ターミナルがダサいとモテない。モダンなコマンド紹介編](/_astro/01-0-uzpxcnUPBbMZIQ9V-bc9ac23d.DdqdkMNY_1IGSRR.webp)

Photo by [Athul Cyriac Ajay](https://unsplash.com/@athulca?utm_source=medium&utm_medium=referral) on [Unsplash](https://unsplash.com/?utm_source=medium&utm_medium=referral)

恵比寿で IT 企業をやっているとモテると聞いて創業しましたが早いことありがたいことに10年目に突入した長谷川です。

まだモテる成果は出ていません、、、これからです！（もうめんどくさいのでカウントやめましたw）

今回は新しめのコマンドでオススメなものを紹介していきます。

## オススメのコマンド一覧

### bat

cat のパワーアップ版だと思ってください。[](https://github.com/sharkdp/bat?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - sharkdp/bat: A cat(1) clone with wings.](https://github.com/sharkdp/bat?source=post_page-----b0d47ba760c3--------------------------------)

オフィシャルを見ると、いろいろな拡張方法のサンプルがあります。

自分は cat とかなり使い分けていて、fzf や sk や delta などと組み合わせて表示を弄くり倒してます。

### bottom

top のパワーアップ版だと思ってください。[](https://github.com/ClementTsang/bottom?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - ClementTsang/bottom: Yet another cross-platform graphical process/system monitor.](https://github.com/ClementTsang/bottom?source=post_page-----b0d47ba760c3--------------------------------)

### broot

CLI ベースのファイラーです。[](https://github.com/Canop/broot?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - Canop/broot: A new way to see and navigate directory trees : https://dystroy.org/broot](https://github.com/Canop/broot?source=post_page-----b0d47ba760c3--------------------------------)

自分はあんまり使ってないけど、ファイル探したりとかはめちゃくちゃ便利です。

### curlie

httpie より curlie のほうが curl にオプションが近いので使いやすいです。[](https://github.com/rs/curlie?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - rs/curlie: The power of curl, the ease of use of httpie.](https://github.com/rs/curlie?source=post_page-----b0d47ba760c3--------------------------------)

### dasel

dasel は yaml, json, toml などのセレクタや編集や相互変換などができるツールです。[](https://github.com/TomWright/dasel?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - TomWright/dasel: Select, put and delete data from JSON, TOML, YAML, XML and CSV files with…](https://github.com/TomWright/dasel?source=post_page-----b0d47ba760c3--------------------------------)

[jq](https://jqlang.github.io/jq/) や [yq](https://github.com/mikefarah/yq) などを使ってる人はこれを使えば一つでたいていのことはできます。ただ覚えたことが全く通用しないので、イチから覚える必要があります。

completion もあるのでコマンドの保管も簡単  
自分は bash なのでこんな感じ

Plain textcontent\_copy

```
eval "$(dasel completion bash)"
```

### duf

du と同じような Disk の状態を綺麗に整形して出力してくれます。[](https://github.com/muesli/duf?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - muesli/duf: Disk Usage/Free Utility - a better ‘df’ alternative](https://github.com/muesli/duf?source=post_page-----b0d47ba760c3--------------------------------)

mac とかなら df とコマンドエイリアスを入れ替えちゃって良さげなので自分は入れ替えちゃってます。

### dust

Rust で実装された du だそうです。[](https://github.com/bootandy/dust?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - bootandy/dust: A more intuitive version of du in rust](https://github.com/bootandy/dust?source=post_page-----b0d47ba760c3--------------------------------)

どのディレクトリが Disk を使ってるか一目瞭然なので便利です。

### eza

ls のパワーアップ[](https://github.com/eza-community/eza?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - eza-community/eza: A modern alternative to ls](https://github.com/eza-community/eza?source=post_page-----b0d47ba760c3--------------------------------)

自分は [exa](https://github.com/ogham/exa) よりこっちを使ってます。  
icon 出したりとかもできてちょっと Terminal をおしゃれにできます。

tree の代わりにしたりしてます。

Plain textcontent\_copy

```
eza --icons --tree
```

### fd

find のシンプルで速い（ほんとかわからない）らしい[](https://github.com/sharkdp/fd?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub — sharkdp/fd: A simple, fast and user-friendly alternative to ‘find’](https://github.com/sharkdp/fd?source=post_page-----b0d47ba760c3--------------------------------)

ちょっと find とオプションが異なるのでぱっと置換できないのが残念

### fzf

これもめっちゃ有名  
fuzzy finder ってやつですね[](https://github.com/junegunn/fzf?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - junegunn/fzf: :cherry\_blossom: A command-line fuzzy finder](https://github.com/junegunn/fzf?source=post_page-----b0d47ba760c3--------------------------------)

けっこういろいろなツールで呼ばれたりしてるんで入れとこう。

### glow

Terminal で使える Markdown Viewer です。[](https://github.com/charmbracelet/glow?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - charmbracelet/glow: Render markdown on the CLI, with pizzazz!](https://github.com/charmbracelet/glow?source=post_page-----b0d47ba760c3--------------------------------)

しっかり dracula もある。

[glamour/styles/gallery/README.md at master · charmbracelet/glamour](https://github.com/charmbracelet/glamour/blob/master/styles/gallery/README.md?source=post_page-----b0d47ba760c3--------------------------------#dracula)

### gum

Shell Script で便利な機能を提供してくれるツールです。[](https://github.com/charmbracelet/gum?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - charmbracelet/gum: A tool for glamorous shell scripts](https://github.com/charmbracelet/gum?source=post_page-----b0d47ba760c3--------------------------------)

めっちゃパワフル！  
ちょっと ShellScript を書く時にめちゃくちゃ便利です。

### mcfly

history をインタラクティブに表示してくれます。[](https://github.com/cantino/mcfly?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - cantino/mcfly: Fly through your shell history. Great Scott!](https://github.com/cantino/mcfly?source=post_page-----b0d47ba760c3--------------------------------)

これはかなり有名で使ってる人は多いんじゃないかな？

### procs

ps コマンドのリプレイスメントです。[](https://github.com/dalance/procs?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - dalance/procs: A modern replacement for ps written in Rust](https://github.com/dalance/procs?source=post_page-----b0d47ba760c3--------------------------------)

自分は ps も pstree も入れ替えちゃっています。

### ripgrep

grep のパワーアップ板！

[GitHub - BurntSushi/ripgrep: ripgrep recursively searches directories for a regex pattern while…](https://github.com/BurntSushi/ripgrep?source=post_page-----b0d47ba760c3--------------------------------)

これもかなり有名であちこちで使われてたりラップされてたりします。

### sd

sed の簡単板[](https://github.com/chmln/sd?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - chmln/sd: Intuitive find & replace CLI (sed alternative)](https://github.com/chmln/sd?source=post_page-----b0d47ba760c3--------------------------------)

2個の引数だけで正規表現必要なくなります。  
これ使い始めると sed がすぐ書けなくなるので注意です。

### yazi

めちゃくちゃパワフルな Terminal ファイルマネージャー！

[GitHub — sxyazi/yazi: Blazing fast terminal file manager written in Rust, based on async I/O.](https://github.com/sxyazi/yazi?source=post_page-----b0d47ba760c3--------------------------------)

[ripgrep](https://github.com/BurntSushi/ripgrep) や [fd](https://github.com/sharkdp/fd) や [fzf](https://github.com/junegunn/fzf) や [zoxide](https://github.com/ajeetdsouza/zoxide) などとも連携します。  
一番右のペインに Preview が表示されますが、Terminal が画像表示に対応していれば画像も表示できます。

### zoxide

cd のパワーアップ板で cache機構があるので移動したディレクトリが一覧化されて選択できます🏃[](https://github.com/ajeetdsouza/zoxide?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - ajeetdsouza/zoxide: A smarter cd command. Supports all major shells.](https://github.com/ajeetdsouza/zoxide?source=post_page-----b0d47ba760c3--------------------------------)

ディレクトリ移動がとてもしやすくなります。

## Awesome List

最後に Awesome List を紹介しておきます。[](https://github.com/alebcay/awesome-shell?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - alebcay/awesome-shell: A curated list of awesome command-line frameworks, toolkits, guides…](https://github.com/alebcay/awesome-shell?source=post_page-----b0d47ba760c3--------------------------------)[](https://github.com/Kikobeats/awesome-cli?source=post_page-----b0d47ba760c3--------------------------------)

[GitHub - Kikobeats/awesome-cli: A curated list of awesome resources for building immersive CLI…](https://github.com/Kikobeats/awesome-cli?source=post_page-----b0d47ba760c3--------------------------------)

## Appendix

### moreutils

便利コマンドがたくさんあります。  
下記は英語だけど、かなり詳細にまとまっています。[](https://itnext.io/8-advanced-linux-command-line-tools-9d81258c3165?source=post_page-----b0d47ba760c3--------------------------------)

[8 Advanced Linux Command Line Tools](https://itnext.io/8-advanced-linux-command-line-tools-9d81258c3165?source=post_page-----b0d47ba760c3--------------------------------)

ターミナル環境について他の記事も書いているので、よろしければこちらもご覧ください！

> **シリーズ記事一覧**
> 
> -   [ターミナルがダサいとモテない。Terminal Emulator 紹介編](https://blog.grasys.io/post/yusukeh/terminal-emulator-macos/)
>     
> -   [ターミナルがダサいとモテない。WezTerm 紹介編](https://blog.grasys.io/post/yusukeh/terminal-wezterm/)
>     
> -   [ターミナルがダサいとモテない。Starship 紹介編](https://blog.grasys.io/post/yusukeh/terminal-starship/)
>     
> -   [ターミナルがダサいとモテない。tmux + tpm 紹介編](https://blog.grasys.io/post/yusukeh/terminal-tmux-tpm/)
>     
> -   [ターミナルがダサいとモテない。Dracula Theme 紹介編](https://blog.grasys.io/post/yusukeh/terminal-dracula-theme/)
>     
> -   [ターミナルがダサいとモテない。neovim + AstroNvim 紹介編](https://blog.grasys.io/post/yusukeh/terminal-neovim-astronvim/)
>     

転載：[ターミナルがダサいとモテない。モダンなコマンド紹介編（Medium）](https://medium.com/@yusuke_h/%E3%82%BF%E3%83%BC%E3%83%9F%E3%83%8A%E3%83%AB%E3%81%8C%E3%83%80%E3%82%B5%E3%81%84%E3%81%A8%E3%83%A2%E3%83%86%E3%81%AA%E3%81%84-%E3%83%A2%E3%83%80%E3%83%B3%E3%81%AA%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E7%B4%B9%E4%BB%8B%E7%B7%A8-b0d47ba760c3)

## この記事を書いた人

[![](/_astro/yusukeh.BvUd2yKE_1mQ6Fp.webp)](/authors/yusukeh/)

### [yusukeh](/authors/yusukeh/)

Fly high. Think deep. Move fast. Go far.🦅

-   [Medium](https://medium.com/@yusukeh "Medium")

[プロフィールと記事一覧](/authors/yusukeh/)