You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add fzf, lazygit, ripgrep, fd, rtk, zoxide, hyperfine, glow, fx, and hurl
as new devcontainer features. Each includes install.sh, tests, and updates
to CI workflow, scenarios.json, all-tools.sh, and README.
Closes#93, #94, #95, #96, #97, #98, #99, #100, #101, #102
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+72Lines changed: 72 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,16 @@ This repository contains a _collection_ of Features.
31
31
| ccc |https://github.com/jsburckhardt/co-config| A TUI tool to interactively configure and view GitHub Copilot CLI settings. |
32
32
| Yazi |https://github.com/sxyazi/yazi| Blazing fast terminal file manager written in Rust, based on async I/O. |
33
33
| tmux |https://github.com/tmux/tmux| tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal. |
34
+
| fzf |https://github.com/junegunn/fzf| A command-line fuzzy finder. |
35
+
| lazygit |https://github.com/jesseduffield/lazygit| Simple terminal UI for git commands. |
36
+
| ripgrep |https://github.com/BurntSushi/ripgrep| Recursively searches directories for a regex pattern while respecting your gitignore. |
37
+
| fd |https://github.com/sharkdp/fd| A simple, fast and user-friendly alternative to 'find'. |
38
+
| rtk |https://github.com/rtk-ai/rtk| CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies. |
39
+
| zoxide |https://github.com/ajeetdsouza/zoxide| A smarter cd command. Supports all major shells. |
40
+
| hyperfine |https://github.com/sharkdp/hyperfine| A command-line benchmarking tool. |
41
+
| Glow |https://github.com/charmbracelet/glow| Render markdown on the CLI, with pizzazz! 💅🏻 |
42
+
| fx |https://github.com/antonmedv/fx| Terminal JSON viewer & processor. |
43
+
| hurl |https://github.com/Orange-OpenSource/hurl| Run and test HTTP requests with plain text. |
34
44
35
45
36
46
@@ -391,3 +401,65 @@ Running `tmux -V` inside the built container will print the version of tmux.
391
401
```bash
392
402
tmux -V
393
403
```
404
+
405
+
### `fzf`
406
+
407
+
Running `fzf --version` inside the built container will print the version of fzf.
408
+
### `lazygit`
409
+
410
+
Running `lazygit --version` inside the built container will print the version of lazygit.
411
+
### `ripgrep`
412
+
413
+
Running `rg --version` inside the built container will print the version of ripgrep.
414
+
### `fd`
415
+
416
+
Running `fd --version` inside the built container will print the version of fd.
417
+
### `rtk`
418
+
419
+
Running `rtk --version` inside the built container will print the version of rtk.
420
+
### `zoxide`
421
+
422
+
Running `zoxide --version` inside the built container will print the version of zoxide.
423
+
### `hyperfine`
424
+
425
+
Running `hyperfine --version` inside the built container will print the version of hyperfine.
426
+
### `glow`
427
+
428
+
Running `glow --version` inside the built container will print the version of glow.
429
+
### `fx`
430
+
431
+
Running `fx --version` inside the built container will print the version of fx.
432
+
### `hurl`
433
+
434
+
Running `hurl --version` inside the built container will print the version of hurl.
0 commit comments