From ae18cd38fa613b93b91f4491a96d6eacd5c7e71c Mon Sep 17 00:00:00 2001 From: Ting Zhou Date: Wed, 28 Aug 2024 10:16:10 -0700 Subject: [PATCH] BUMP config --- README.md | 14 ++++++++++++++ config | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e97629f..60f35ed 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,20 @@ else fi ``` +## Common CLI replacment + +| CLI | CLI replacment | Description | +| ---- | -------------- | ------------------------------------------------------------ | +| cat | bat | A cat(1) clone with syntax highlighting and Git integration. | +| cat | tailspin | log file highlighter | +| ls | eza | A modern replacement for `ls`. | +| grep | ripgrep | Better grep written in rust. | +| find | fd | A simple, fast and user-friendly alternative to `find` | +| ps | procs | A modern replacement for ps written in Rust | +| sed | sd | Intuitive find & replace CLI (sed alternative) | +| df | duf | Disk Usage/Free Utility - a better 'df' alternative | +| du | dirstat-rs | disk usage cli, similar to windirstat. | + ## Post-Installation ### (Optional) For GPG diff --git a/config b/config index a711159..2d85630 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit a7111598d08700a63cf3ba4b6f620afc73e11b1e +Subproject commit 2d8563030387f1f471b53c5d6f09e2e55b9a58da