-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1ca14e
commit 1bdb66d
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# CLI tools | ||
|
||
* [bat](https://github.com/sharkdp/bat): A cat(1) clone with wings | ||
* [fd](https://github.com/sharkdp/fd): A simple, fast and user-friendly alternative to 'find' | ||
* [fzf](https://github.com/junegunn/fzf): A command-line fuzzy finder | ||
* [poppler](https://poppler.freedesktop.org): Poppler is a PDF rendering library based on the xpdf-3.0 code base | ||
* [rg](https://github.com/BurntSushi/ripgrep): Ripgrep recursively searches directories for a regex pattern while respecting your gitignore | ||
* [yazi](https://github.com/sxyazi/yazi/): Blazing fast terminal file manager written in Rust, based on async I/O | ||
* To enable image preview in VS Code, add the following to settings: | ||
|
||
```json | ||
"terminal.integrated.enableImages": true | ||
``` | ||
* For other shells, check <https://www.arewesixelyet.com/> | ||
|
||
<!-- | ||
* [chafi](https://github.com/hpjansson/chafa): Terminal graphics for the 21st century | ||
* [Überzug++](https://github.com/jstkdng/ueberzugpp): Drop in replacement for ueberzug written in C++ | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters