Skip to content

Commit

Permalink
Added CLI tool list
Browse files Browse the repository at this point in the history
  • Loading branch information
mhvelplund authored Oct 15, 2024
1 parent b1ca14e commit 1bdb66d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/DevOps/CLI.md
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++
-->
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ slay the same dragon twice.

## Notes

- (2024-10-15) [CLI tools](./DevOps/CLI.md)
- (2024-08-07) [Shell scripting](./DevOps/BashScripting.md)
- (2024-08-07) [Node.js & TypeScript](./Programming/Node.md)
- (2024-06-21) [Python](./Programming/Python.md)
Expand Down

0 comments on commit 1bdb66d

Please sign in to comment.