mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-01-27 06:08: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)_
|
- [`bat`](https://github.com/sharkdp/bat) - Output highlighting _(better cat)_
|
||||||
- [`ctags`](https://github.com/universal-ctags/ctags) - Indexing of file info + headers
|
- [`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)_
|
- [`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)_
|
- [`exa`](https://github.com/ogham/exa) - Listing files with info _(better ls)_
|
||||||
- [`fzf`](https://github.com/junegunn/fzf) - Fuzzy file finder and filtering
|
- [`fzf`](https://github.com/junegunn/fzf) - Fuzzy file finder and filtering
|
||||||
- [`hyperfine`](https://github.com/sharkdp/hyperfine) - Benchmarking for arbitrary commands
|
- [`hyperfine`](https://github.com/sharkdp/hyperfine) - Benchmarking for arbitrary commands
|
||||||
- [`jq`](https://github.com/stedolan/jq) - JSON parser
|
- [`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)_
|
- [`procs`](https://github.com/dalance/procs) - Advanced process viewer _(better ps)_
|
||||||
- [`ripgrep`](https://github.com/BurntSushi/ripgrep) - Searching within files _(better grep)_
|
- [`ripgrep`](https://github.com/BurntSushi/ripgrep) - Searching within files _(better grep)_
|
||||||
- [`scc`](https://github.com/boyter/scc) - Count lines of code _(better cloc)_
|
- [`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 'broot' # Interactive directory navigation
|
||||||
brew 'ctags' # Indexing of file info + headers
|
brew 'ctags' # Indexing of file info + headers
|
||||||
brew 'diff-so-fancy'# Readable file compares (better diff)
|
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 'exa' # Listing files with info (better ls)
|
||||||
brew 'fzf' # Fuzzy file finder and filtering
|
brew 'fzf' # Fuzzy file finder and filtering
|
||||||
brew 'hyperfine' # Benchmarking for arbitrary commands
|
brew 'hyperfine' # Benchmarking for arbitrary commands
|
||||||
brew 'just' # Powerful command runner (better make)
|
brew 'just' # Powerful command runner (better make)
|
||||||
brew 'jq' # JSON parser, output and query files
|
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 'procs' # Advanced process viewer (better ps)
|
||||||
brew 'ripgrep' # Searching within files (better grep)
|
brew 'ripgrep' # Searching within files (better grep)
|
||||||
brew 'scc' # Count lines of code (better cloc)
|
brew 'scc' # Count lines of code (better cloc)
|
||||||
|
Loading…
Reference in New Issue
Block a user