
* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
566 B
566 B
colorls
カラー化と Font Awesome アイコンの使用によりターミナルの ls コマンドを美しくした Ruby の gem です。 詳しくはこちら: https://github.com/athityakumar/colorls
- ファイルを 1 行ずつ表示する:
colorls -1
- 隠しファイルを含めた全てのファイルを表示する:
colorls --all
- 全てのファイルを長文形式(パーミッション、所有者、サイズ、更新日時)で表示する:
colorls --long --all
- ディレクトリのみ表示する:
colorls --dirs