Skip to content

Commit

Permalink
BUMP config
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlevi committed Aug 28, 2024
1 parent f4fd372 commit ae18cd3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config

0 comments on commit ae18cd3

Please sign in to comment.