mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-25 13:28:35 +01:00
Updates CLI deps
This commit is contained in:
parent
24e88ab88c
commit
efc05dce05
3
.github/README.md
vendored
3
.github/README.md
vendored
@ -613,11 +613,12 @@ The following section lists different apps that may be installed for each catego
|
||||
- [`bat`](https://github.com/sharkdp/bat) - Output highlighting _(better cat)_
|
||||
- [`ctags`](https://github.com/universal-ctags/ctags) - Indexing of file info + headers
|
||||
- [`diff-so-fancy`](https://github.com/so-fancy/diff-so-fancy) - Readable file compares _(better diff)_
|
||||
- [`duf`](https://github.com/muesli/duf) - Get info on mounted disks _(better df)_
|
||||
- [`exa`](https://github.com/ogham/exa) - Listing files with info _(better ls)_
|
||||
- [`fzf`](https://github.com/junegunn/fzf) - Fuzzy file finder and filtering
|
||||
- [`hyperfine`](https://github.com/sharkdp/hyperfine) - Benchmarking for arbitrary commands
|
||||
- [`jq`](https://github.com/stedolan/jq) - JSON parser
|
||||
- [`lfs`](https://github.com/Canop/lfs) - Get info on mounted disks _(better df)_
|
||||
- [`most`](https://www.jedsoft.org/most/) - Multi-window scroll pager _(better less)_
|
||||
- [`procs`](https://github.com/dalance/procs) - Advanced process viewer _(better ps)_
|
||||
- [`ripgrep`](https://github.com/BurntSushi/ripgrep) - Searching within files _(better grep)_
|
||||
- [`scc`](https://github.com/boyter/scc) - Count lines of code _(better cloc)_
|
||||
|
@ -39,12 +39,13 @@ brew 'bat' # Output highlighting (better cat)
|
||||
brew 'broot' # Interactive directory navigation
|
||||
brew 'ctags' # Indexing of file info + headers
|
||||
brew 'diff-so-fancy'# Readable file compares (better diff)
|
||||
brew 'duf' # Get info on mounted disks (better df)
|
||||
brew 'exa' # Listing files with info (better ls)
|
||||
brew 'fzf' # Fuzzy file finder and filtering
|
||||
brew 'hyperfine' # Benchmarking for arbitrary commands
|
||||
brew 'just' # Powerful command runner (better make)
|
||||
brew 'jq' # JSON parser, output and query files
|
||||
brew 'duf' # Get info on mounted disks (better df)
|
||||
brew 'most' # Multi-window scroll pager (better less)
|
||||
brew 'procs' # Advanced process viewer (better ps)
|
||||
brew 'ripgrep' # Searching within files (better grep)
|
||||
brew 'scc' # Count lines of code (better cloc)
|
||||
|
Loading…
Reference in New Issue
Block a user