|
10 | 10 | [](LICENSE) |
11 | 11 | [](https://www.rust-lang.org/) |
12 | 12 |
|
13 | | -Jump through projects, preview files, search with `fd`/`ripgrep`, open in your editor, and leave your shell in exactly the directory you found. |
| 13 | +Browse files fast, filter by just typing, quick-view almost anything, and leave your shell in exactly the directory you found. |
14 | 14 |
|
15 | | -**Think `cd` + file manager + quick preview + developer search. Zero config.** |
| 15 | +**Think Total Commander-speed controls for the terminal: `cd` + instant filtering + quick preview + developer search. Zero config.** |
16 | 16 |
|
17 | 17 | <img src="demo.gif" alt="fishez demo" width="900" /> |
18 | 18 |
|
| 19 | +**Start with two keys:** `F3` / `Ctrl+P` quick-views the selected file. `F4` / `Ctrl+O` opens it in your editor. |
| 20 | + |
19 | 21 | </div> |
20 | 22 |
|
21 | 23 | ## 🚀 Install |
@@ -119,12 +121,12 @@ fz ~/projects |
119 | 121 |
|
120 | 122 | ## ✨ Why Developers Share It |
121 | 123 |
|
122 | | -- **It replaces slow `cd` guessing.** Open `fz`, move visually, quit in the right directory. |
123 | | -- **It previews before you open.** Code, text, directories, images, and RAW thumbnails from the terminal. |
124 | | -- **It ships with developer defaults.** `fd`, `ripgrep`, `$EDITOR`, split panes, batch file ops, no plugin setup. |
125 | | -- **It is safe by default.** Delete moves to trash, copy/move show progress, conflicts ask before overwrite. |
| 124 | +- **Fast browsing beats `cd` guessing.** Open `fz`, move visually, quit in the right directory. |
| 125 | +- **Inline filtering is the superpower.** Start typing and the current directory narrows instantly. |
| 126 | +- **Quick view keeps you in flow.** Preview code, text, directories, images, and RAW thumbnails before opening. |
| 127 | +- **Commander-style controls feel familiar.** Function keys, selection, dual panes, copy/move/delete, no plugin setup. |
126 | 128 |
|
127 | | -fishez is a keyboard-driven terminal file manager for developers who live in the terminal. No config file, no plugin hunt, no startup ceremony. |
| 129 | +fishez is a keyboard-driven terminal file manager for developers who want fast file browsing without leaving the terminal. |
128 | 130 |
|
129 | 131 | Press `Ctrl+T` for two panes, `F3` / `Ctrl+P` for quick view, `F4` / `Ctrl+O` for editor, and `F1` for help. |
130 | 132 |
|
@@ -160,7 +162,7 @@ Copy (`F5`) and move (`F6`) run in the background, so the UI stays responsive du |
160 | 162 | ## 💪 Why fishez? |
161 | 163 |
|
162 | 164 | ### Speed First |
163 | | -Written in Rust with zero-copy rendering. Directory listings appear instantly. Preview large files without lag. Your terminal stays responsive. |
| 165 | +Written in Rust with zero-copy rendering. Directory listings, inline filters, and previews stay responsive. |
164 | 166 |
|
165 | 167 | ### Developer-Focused |
166 | 168 | - **Syntax-aware previews** via built-in highlighting or optional `bat` |
|
0 commit comments