From 8c3385b14fcf25b93722c6027e0714f1c3e53c52 Mon Sep 17 00:00:00 2001 From: t-mangoe Date: Wed, 9 Aug 2023 23:11:16 +0900 Subject: [PATCH] colorls: add Japanese translation (#10501) --- pages.ja/common/colorls.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.ja/common/colorls.md diff --git a/pages.ja/common/colorls.md b/pages.ja/common/colorls.md new file mode 100644 index 000000000..53fb1b921 --- /dev/null +++ b/pages.ja/common/colorls.md @@ -0,0 +1,20 @@ +# colorls + +> カラー化と Font Awesome アイコンの使用によりターミナルの ls コマンドを美しくした Ruby の gem です。 +> 詳しくはこちら: . + +- ファイルを 1 行ずつ表示する: + +`colorls -1` + +- 隠しファイルを含めた全てのファイルを表示する: + +`colorls --all` + +- 全てのファイルを長文形式(パーミッション、所有者、サイズ、更新日時)で表示する: + +`colorls --long --all` + +- ディレクトリのみ表示する: + +`colorls --dirs`